Home
last modified time | relevance | path

Searched refs:trivial_copy (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.hpp310 static const bool trivial_copy = is_trivially_copy_constructible<T>::value; member
311 static const bool nothrow_copy = is_nothrow_copy_constructible<T>::value || trivial_copy;