Home
last modified time | relevance | path

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

/third_party/boost/boost/move/detail/
Dmeta_utils.hpp535 struct add_rvalue_reference_impl { typedef T type; }; struct
538 struct add_rvalue_reference_impl< T, emulation, true > { typedef T & type; }; argument
541 struct add_rvalue_reference_impl< T, true, rv > { typedef ::boost::rv<T>& type; }; argument