Home
last modified time | relevance | path

Searched refs:BOOST_IS_NOTHROW_MOVE_ASSIGN (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/type_traits/
H A Dis_nothrow_move_assignable.hpp24 #ifdef BOOST_IS_NOTHROW_MOVE_ASSIGN
27 struct is_nothrow_move_assignable : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_ASSIGN(T)>…
H A Dintrinsics.hpp135 # define BOOST_IS_NOTHROW_MOVE_ASSIGN(T) (__is_nothrow_assignable(T&, T&&)) macro