Lines Matching refs:_NOEXCEPT_
271 swap(_Tp (&__a)[_Np], _Tp (&__b)[_Np]) _NOEXCEPT_(__is_nothrow_swappable<_Tp>::value)
412 pair() _NOEXCEPT_(is_nothrow_default_constructible<first_type>::value &&
421 _NOEXCEPT_(is_nothrow_copy_constructible<first_type>::value &&
430 _NOEXCEPT_(is_nothrow_copy_constructible<first_type>::value &&
439 _NOEXCEPT_((is_nothrow_constructible<first_type, _U1>::value &&
448 _NOEXCEPT_((is_nothrow_constructible<first_type, _U1>::value &&
457 _NOEXCEPT_((is_nothrow_constructible<first_type, _U1 const&>::value &&
466 _NOEXCEPT_((is_nothrow_constructible<first_type, _U1 const&>::value &&
475 _NOEXCEPT_((is_nothrow_constructible<first_type, _U1&&>::value &&
484 _NOEXCEPT_((is_nothrow_constructible<first_type, _U1&&>::value &&
508 _NOEXCEPT_((is_nothrow_constructible<first_type, _Args1...>::value &&
519 _NOEXCEPT_(is_nothrow_copy_assignable<first_type>::value &&
532 _NOEXCEPT_(is_nothrow_move_assignable<first_type>::value &&
553 swap(pair& __p) _NOEXCEPT_(__is_nothrow_swappable<first_type>::value &&
633 _NOEXCEPT_((__is_nothrow_swappable<_T1>::value &&