std::bad_array_new_length::bad_array_new_length

From cppreference.com
< cpplrm; | memorylrm; | newlrm; | bad array new length
Dynamic memory management
Uninitialized storage
(C++17)
Garbage collection support
Miscellaneous
(C++20)
(C++11)
(C++11)
C Library
Low level memory management
std::bad_array_new_length
Member functions
bad_array_new_length::bad_array_new_length
Inherited from std::exception
bad_array_new_length() noexcept;
(since C++11)

Constructs new bad_array_new_length object with in implementation-defined null-terminated byte string which is accessible through what().

Parameters

(none)