ORIGINAL
Loading...
Searching...
No Matches
Public Member Functions | List of all members
original::allocateError Class Referencefinal

Exception for memory allocation failures. More...

#include <error.h>

Inheritance diagram for original::allocateError:
Inheritance graph
Collaboration diagram for original::allocateError:
Collaboration graph

Public Member Functions

auto what () const noexcept -> const char *override
 

Detailed Description

Exception for memory allocation failures.

Thrown when memory allocation requests cannot be fulfilled by the system.

This exception typically indicates:

Note
Consider checking system memory status before large allocations when this exception might be expected.

The documentation for this class was generated from the following file: