Searched defs:has_nothrow_move (Results 1 – 2 of 2) sorted by relevance
54 struct has_nothrow_move struct56 static const bool value = boost::move_detail::is_nothrow_move_constructible<T>::value &&
400 struct has_nothrow_move : public struct