Throws a std::underflow_error with the given message, or terminates if exceptions are disabled.
Declared in <absl/base/throw_delegate.h>
[[noreturn]]
void
ThrowStdUnderflowError(std::string const& what_arg);
This function does not return.
| Name | Description |
|---|---|
| what_arg | The exception message. |