Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Dmeta_utils.hpp533 struct add_rvalue_reference_impl { typedef T type; }; argument
536 struct add_rvalue_reference_impl< T, emulation, true > { typedef T & type; }; struct
539 struct add_rvalue_reference_impl< T, true, rv > { typedef ::boost::rv<T>& type; }; argument