Lines Matching refs:_NOEXCEPT_
208 _NOEXCEPT_(is_nothrow_default_constructible<container_type>::value)
217 _NOEXCEPT_(is_nothrow_move_constructible<container_type>::value)
227 _NOEXCEPT_(is_nothrow_move_assignable<container_type>::value)
302 _NOEXCEPT_(__is_nothrow_swappable<container_type>::value)
373 _NOEXCEPT_(_NOEXCEPT_(__x.swap(__y)))
403 _NOEXCEPT_(is_nothrow_default_constructible<container_type>::value &&
413 _NOEXCEPT_(is_nothrow_move_constructible<container_type>::value &&
425 _NOEXCEPT_(is_nothrow_move_assignable<container_type>::value &&
494 _NOEXCEPT_(__is_nothrow_swappable<container_type>::value &&
691 _NOEXCEPT_(__is_nothrow_swappable<container_type>::value &&
704 _NOEXCEPT_(_NOEXCEPT_(__x.swap(__y)))