Home
last modified time | relevance | path

Searched refs:is_nothrow_move_constructible_or_uncopyable (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/move/
H A Dutility.hpp55 … && ::boost::move_detail::is_nothrow_move_constructible_or_uncopyable<T>::value, rv<T>&>::type
64 && ::boost::move_detail::is_nothrow_move_constructible_or_uncopyable<T>::value
75 && !::boost::move_detail::is_nothrow_move_constructible_or_uncopyable<T>::value
86 && !::boost::move_detail::is_nothrow_move_constructible_or_uncopyable<T>::value
130 … < ::boost::move_detail::is_nothrow_move_constructible_or_uncopyable<T>::value, T&&>::type
136 … < !::boost::move_detail::is_nothrow_move_constructible_or_uncopyable<T>::value, const T&>::type
H A Dtraits.hpp63 struct is_nothrow_move_constructible_or_uncopyable struct