Searched defs:is_nothrow_move_constructible (Results 1 – 5 of 5) sorted by relevance
5 template <class _Tp> struct is_nothrow_move_constructible { struct19 noexcept(is_nothrow_move_constructible<allocator_type>::value); argument
95 struct _LIBCPP_TEMPLATE_VIS is_nothrow_move_constructible global() struct 101 struct _LIBCPP_TEMPLATE_VIS is_nothrow_move_constructible global() struct
13 struct is_nothrow_move_constructible struct
6 struct is_nothrow_move_constructible struct8 static constexpr bool value = __is_nothrow_constructible(T, __add_rvalue_reference(T));