Home
last modified time | relevance | path

Searched defs:is_nothrow_move_constructible (Results 1 – 3 of 3) 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.hpp25 struct is_nothrow_move_constructible : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_CONSTRU… struct
27 template <class T> struct is_nothrow_move_constructible<volatile T> : public ::boost::false_type {}; struct
28 template <class T> struct is_nothrow_move_constructible<const volatile T> : public ::boost::false_t… struct
73 template <> struct is_nothrow_move_constructible<void> : false_type{}; struct
75 template <> struct is_nothrow_move_constructible<void const> : false_type{}; struct
76 template <> struct is_nothrow_move_constructible<void volatile> : false_type{}; struct
77 template <> struct is_nothrow_move_constructible<void const volatile> : false_type{}; struct
80 template <class T> struct is_nothrow_move_constructible<T&> : public ::boost::true_type{}; struct
82 template <class T> struct is_nothrow_move_constructible<T&&> : public ::boost::true_type{}; struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/
H A Drecursive_wrapper_fwd.hpp71 template <class T> struct is_nothrow_move_constructible<recursive_wrapper<T> > : boost::false_type{… struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Dtype_traits.hpp869 struct is_nothrow_move_constructible struct
870 { static const bool value = BOOST_MOVE_IS_NOTHROW_MOVE_CONSTRUCTIBLE(T); };