Home
last modified time | relevance | path

Searched defs:unvoid_ref (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 Dtype_traits.hpp358 template <typename T> struct unvoid_ref : add_lvalue_reference<T>{}; struct
359 template <> struct unvoid_ref<void> { typedef unvoid_ref & type; }; struct
360 template <> struct unvoid_ref<const void> { typedef unvoid_ref & type; }; argument
361 template <> struct unvoid_ref<volatile void> { typedef unvoid_ref & type; }; struct
362 template <> struct unvoid_ref<const volatile void> { typedef unvoid_ref & type; }; struct