Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/
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;