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