Searched refs:as_env (Results 1 – 2 of 2) sorted by relevance
173 struct as_env struct361 struct as_env struct362 : BOOST_PROTO_RESULT_OF<functional::as_env(T)>379 … typename proto::result_of::as_env<T &>::type const as_env(T &t BOOST_PROTO_DISABLE_IF_IS_CONST(T)) in as_env() function381 return proto::functional::as_env()(t); in as_env()385 typename proto::result_of::as_env<T const &>::type const as_env(T const &t) in as_env() function387 return proto::functional::as_env()(t); in as_env()425 , env<T1, V1, BOOST_PROTO_UNCVREF(typename result_of::as_env<T &>::type)>428 return env<T1, V1, BOOST_PROTO_UNCVREF(typename result_of::as_env<T &>::type)>( in operator ,()430 , proto::as_env(t) in operator ,()[all …]
497 struct as_env;610 struct as_env;