absl::ThrowStdBadAlloc

Throws a std::bad_alloc, or terminates if exceptions are disabled.

Synopsis

Declared in <absl/base/throw_delegate.h>

[[noreturn]]
void
ThrowStdBadAlloc();

Return Value

NOTE

This function does not return.