Home
last modified time | relevance | path

Searched refs:BOOST_IS_NOTHROW_MOVE_CONSTRUCT (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_constructible.hpp20 #ifdef BOOST_IS_NOTHROW_MOVE_CONSTRUCT
25 …_nothrow_move_constructible : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_CONSTRUCT(T)>{};
H A Dintrinsics.hpp136 # define BOOST_IS_NOTHROW_MOVE_CONSTRUCT(T) (__is_nothrow_constructible(T, T&&)) macro