Home
last modified time | relevance | path

Searched defs:is_member_pointer_cv (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.hpp526 template <class T> struct is_member_pointer_cv { static const bool value = false; … argument
527 template <class T, class U>struct is_member_pointer_cv<T U::*> { static const bool value = true; }; struct