Home
last modified time | relevance | path

Searched defs:has_trivial_destructor_after_move (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/
H A Dtraits.hpp45 struct has_trivial_destructor_after_move struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dvector.hpp3325 struct has_trivial_destructor_after_move<boost::container::vector<T, Allocator> > struct
3328 static const bool value = ::boost::has_trivial_destructor_after_move<Allocator>::value &&