Home
last modified time | relevance | path

Searched defs:is_copy_assignable (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.hpp776 struct is_copy_assignable struct
787 typedef char yes_type;
788 struct no_type { char dummy[2]; };
794 static const bool value = sizeof(test<T>(0)) == sizeof(yes_type);