Home
last modified time | relevance | path

Searched refs:trivial_assign (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.hpp312 static const bool trivial_assign = is_trivially_copy_assignable<T>::value; member
313 static const bool nothrow_assign = is_nothrow_copy_assignable<T>::value || trivial_assign;