Home
last modified time | relevance | path

Searched refs:as_env (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/proto/transform/
Denv.hpp173 struct as_env struct
361 struct as_env struct
362 : 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() function
381 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() function
387 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 …]
/third_party/boost/libs/proto/test/
Denv_var.cpp64 proto::env<proto::data_type, int> e0 = proto::as_env(2); in test_as_env()
70 proto::env<proto::data_type, int &> e1 = proto::as_env(boost::ref(i)); in test_as_env()
76 proto::empty_env e2 = proto::as_env(proto::empty_env()); in test_as_env()
77 proto::env<proto::data_type, int &> e3 = proto::as_env(e1); in test_as_env()
78 proto::env<proto::data_type, int &> & e4 = proto::as_env(boost::ref(e1)); in test_as_env()
85 proto::env<proto::data_type, abstract &> e5 = proto::as_env(a); in test_as_env()
86 proto::env<proto::data_type, std::stringstream &> e6 = proto::as_env(sout); in test_as_env()
88 proto::env<proto::data_type, int(&)[2]> e7 = proto::as_env(rgi); in test_as_env()
90 proto::env<proto::data_type, void(&)()> e8 = proto::as_env(test_as_env); in test_as_env()
184 > e16 = (proto::as_env(boost::ref(e14)), proto::data = "hello"); in test_comma()
[all …]
/third_party/boost/boost/proto/
Dproto_fwd.hpp503 struct as_env;
616 struct as_env;
/third_party/boost/doc/html/
Ddoc_HTML.manifest2473 boost/proto/functional/as_env.html
2474 boost/proto/functional/as_env/result.html
2479 boost/proto/result_of/as_env.html
2488 boost/proto/as_env.html