Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/
H A 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 …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/
H A Dproto_fwd.hpp497 struct as_env;
610 struct as_env;