Searched defs:is_nothrow_move_constructible (Results 1 – 4 of 4) sorted by relevance
4 template <class _Tp> struct is_nothrow_move_constructible { struct18 noexcept(is_nothrow_move_constructible<allocator_type>::value); argument
5 template <class _Tp> struct is_nothrow_move_constructible { struct19 noexcept(is_nothrow_move_constructible<allocator_type>::value); argument
13 struct is_nothrow_move_constructible struct