Home
last modified time | relevance | path

Searched defs:is_rv_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.hpp485 struct is_rv_impl struct
486 { static const bool value = false; };
489 struct is_rv_impl< rv<T> > struct
490 { static const bool value = true; };
493 struct is_rv_impl< const rv<T> > struct
494 { static const bool value = true; };