The exception class thrown when the node size exceeds the supported maximum, i.e.
More...
#include <wpi/memory/error.hpp>
The exception class thrown when the node size exceeds the supported maximum, i.e.
it is bigger than max_node_size()
. It is derived from bad_allocation_size but does not override the handler.
◆ bad_node_size()
wpi::memory::bad_node_size::bad_node_size |
( |
const allocator_info & | info, |
|
|
std::size_t | passed, |
|
|
std::size_t | supported ) |
|
inline |
◆ what()
const char * wpi::memory::bad_node_size::what |
( |
| ) |
const |
|
overridenoexcept |
- Returns:
- A static NTBS that describes the error. It does not contain any specific information since there is no memory for formatting.
The documentation for this class was generated from the following file: