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