Searched refs:nothrow_t (Results 1 – 2 of 2) sorted by relevance
20 struct nothrow_t {};22 struct nothrow_t {23 explicit nothrow_t() = default;26 extern const std::nothrow_t nothrow;
32 NODISCARD void* operator new(std::size_t size, const std::nothrow_t& tag) NOEXCEPT in operator new()37 NODISCARD void* operator new[](std::size_t size, const std::nothrow_t& tag) NOEXCEPT in operator new[]()54 const std::nothrow_t&) NOEXCEPT in operator new() argument60 const std::nothrow_t&) NOEXCEPT in operator new[]() argument