Home
last modified time | relevance | path

Searched refs: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; }; argument
538 struct add_rvalue_reference_impl< T, emulation, true > { typedef T & type; }; struct
541 struct add_rvalue_reference_impl< T, true, rv > { typedef ::boost::rv<T>& type; }; struct
546 : detail_add_rvalue_reference::add_rvalue_reference_impl<T>