Home
last modified time | relevance | path

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

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