Home
last modified time | relevance | path

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

/third_party/boost/boost/numeric/odeint/util/
Dunwrap_reference.hpp46 struct unwrap_reference struct
48 typedef typename std::remove_reference<T>::type type;
52 struct unwrap_reference< std::reference_wrapper<T> > struct
54 typedef typename std::remove_reference<T>::type type;
58 struct unwrap_reference< boost::reference_wrapper<T> > struct
60 typedef typename boost::unwrap_reference<T>::type type;
/third_party/boost/boost/core/
Dref.hpp240 template<typename T> struct unwrap_reference struct
242 typedef T type;
248 template<typename T> struct unwrap_reference< reference_wrapper<T> > struct
250 typedef T type;
255 template<typename T> struct unwrap_reference< reference_wrapper<T> const > struct
257 typedef T type;
260 template<typename T> struct unwrap_reference< reference_wrapper<T> volatile > struct
262 typedef T type;
265 template<typename T> struct unwrap_reference< reference_wrapper<T> const volatile > struct
267 typedef T type;
/third_party/boost/boost/hof/detail/
Dunwrap.hpp17 struct unwrap_reference struct
19 typedef T type;
22 struct unwrap_reference<std::reference_wrapper<T>> struct
24 typedef T& type;
/third_party/boost/boost/callable_traits/detail/
Dutility.hpp107 using unwrap_reference = typename unwrap_reference_t<T>::type; typedef
/third_party/boost/boost/xpressive/
Dregex_actions.hpp875 struct unwrap_reference struct
879 struct result {};
882 struct result<This(Ref)>
888 struct result<This(Ref &)>
896 T &operator()(boost::reference_wrapper<T> r) const in operator ()()
1006 function<op::unwrap_reference>::type const unwrap_reference = {{}}; variable