Lines Matching refs:_NOEXCEPT_
230 _NOEXCEPT_(is_nothrow_default_constructible<container_type>::value)
242 _NOEXCEPT_(is_nothrow_move_constructible<container_type>::value)
247 _NOEXCEPT_(is_nothrow_move_assignable<container_type>::value)
325 _NOEXCEPT_(__is_nothrow_swappable<container_type>::value)
415 _NOEXCEPT_(_NOEXCEPT_(__x.swap(__y)))
446 _NOEXCEPT_(is_nothrow_default_constructible<container_type>::value &&
460 _NOEXCEPT_(is_nothrow_move_constructible<container_type>::value &&
466 _NOEXCEPT_(is_nothrow_move_assignable<container_type>::value &&
550 _NOEXCEPT_(__is_nothrow_swappable<container_type>::value &&
774 _NOEXCEPT_(__is_nothrow_swappable<container_type>::value &&
791 _NOEXCEPT_(_NOEXCEPT_(__x.swap(__y)))