std::nothrow (3) - Linux Manuals
std::nothrow: std::nothrow
NAME
Synopsis
Defined in header <new>
extern const std::nothrow_t nothrow;
std::nothrow is a constant of type std::nothrow_t used to disambiguate the overloads of throwing and non-throwing allocation_functions.
Example
// Run this code
Output:
See also
nothrow_t (class)
operator_new (function)
operator_new[]