Home
last modified time | relevance | path

Searched defs:msvc_is_class_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/mpl/aux_/
H A Dmsvc_is_class.hpp34 struct msvc_is_class_impl struct
40 enum { value = sizeof(test((type_wrapper<T>*)0)) == sizeof(yes_tag) };
41 typedef bool_<value> type;