Namespaces
Variants
Views
Actions

std::bad_array_new_length::bad_array_new_length

From cppreference.com
 
 
 
 
 
std::bad_array_new_length
Member functions
bad_array_new_length::bad_array_new_length
Inherited from std::exception
exception::~exception
exception::what
 
bad_array_new_length();

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

[edit] Parameters

(none)

[edit] Exceptions

noexcept specification:  
noexcept
  (since C++11)