[#absl-ThrowStdRangeError-08] = xref:absl.adoc[absl]::ThrowStdRangeError :relfileprefix: ../ :mrdocs: Throws a `std::range_error` with the given message, or terminates if exceptions are disabled. == Synopsis Declared in `<absl/base/throw_delegate.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[noreturn]] void ThrowStdRangeError(char const* what_arg); ---- == Return Value [NOTE] ==== This function https://en.cppreference.com/cpp/language/attributes/noreturn[does not return^]. ==== == Parameters [cols="1,4"] |=== | Name| Description | *what_arg* | The exception message. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#