Home
last modified time | relevance | path

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

/third_party/boost/boost/type_traits/
Dadd_rvalue_reference.hpp56 template <class T> struct add_rvalue_reference struct
58 typedef typename boost::type_traits_detail::add_rvalue_reference_imp<T>::type type;
/third_party/boost/boost/move/detail/
Dmeta_utils.hpp525 struct add_rvalue_reference struct
526 { typedef T&& type; };
545 struct add_rvalue_reference struct
550 struct add_rvalue_reference<T &> struct
551 { typedef T & type; };
/third_party/boost/libs/hana/include/boost/hana/
Dtraits.hpp151 constexpr auto add_rvalue_reference = metafunction<std::add_rvalue_reference>; variable
/third_party/boost/boost/hana/
Dtraits.hpp151 constexpr auto add_rvalue_reference = metafunction<std::add_rvalue_reference>; variable