Home
last modified time | relevance | path

Searched defs:vector_value_traits_base (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/container/
H A Dvector.hpp306 struct vector_value_traits_base struct
308 static const bool trivial_dctr = is_trivially_destructible<T>::value;
309 static const bool trivial_dctr_after_move = has_trivial_destructor_after_move<T>::value;
310 static const bool trivial_copy = is_trivially_copy_constructible<T>::value;
311 static const bool nothrow_copy = is_nothrow_copy_constructible<T>::value || trivial_copy;
312 static const bool trivial_assign = is_trivially_copy_assignable<T>::value;
313 static const bool nothrow_assign = is_nothrow_copy_assignable<T>::value || trivial_assign;