Searched defs:_NOEXCEPT_ (Results 1 – 2 of 2) sorted by relevance
227 …_NOEXCEPT_(is_nothrow_copy_assignable<first_type>::value&& is_nothrow_copy_assignable<second_type>… in _NOEXCEPT_() function236 …_NOEXCEPT_(is_nothrow_move_assignable<first_type>::value&& is_nothrow_move_assignable<second_type>… in _NOEXCEPT_() function
295 _NOEXCEPT_(__noexcept_move_assign_container<_Allocator, __alloc_traits>::value) { in _NOEXCEPT_() function