Searched refs:is_nothrow_move_constructible_or_uncopyable (Results 1 – 2 of 2) sorted by relevance
55 … && ::boost::move_detail::is_nothrow_move_constructible_or_uncopyable<T>::value, rv<T>&>::type64 && ::boost::move_detail::is_nothrow_move_constructible_or_uncopyable<T>::value75 && !::boost::move_detail::is_nothrow_move_constructible_or_uncopyable<T>::value86 && !::boost::move_detail::is_nothrow_move_constructible_or_uncopyable<T>::value130 … < ::boost::move_detail::is_nothrow_move_constructible_or_uncopyable<T>::value, T&&>::type136 … < !::boost::move_detail::is_nothrow_move_constructible_or_uncopyable<T>::value, const T&>::type
63 struct is_nothrow_move_constructible_or_uncopyable struct