Home
last modified time | relevance | path

Searched defs:domain_of (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/
H A Ddomain.hpp272 struct domain_of struct
274 typedef default_domain type;
280 struct domain_of<T, typename T::proto_is_expr_> struct
282 typedef typename T::proto_domain type;
288 struct domain_of<T &, void> struct
290 typedef typename domain_of<T>::type type;
296 struct domain_of<boost::reference_wrapper<T>, void> struct
298 typedef typename domain_of<T>::type type;
304 struct domain_of<boost::reference_wrapper<T> const, void> struct
306 typedef typename domain_of<T>::type type;