[#absl-ThrowStdBadFunctionCall] = xref:absl.adoc[absl]::ThrowStdBadFunctionCall :relfileprefix: ../ :mrdocs: Throws a `std::bad_function_call`, or terminates if exceptions are disabled. == Synopsis Declared in `<absl/base/throw_delegate.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[noreturn]] void ThrowStdBadFunctionCall(); ---- == Return Value [NOTE] ==== This function https://en.cppreference.com/cpp/language/attributes/noreturn[does not return^]. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#