Class MemoryAllocationException

Inheritance Relationships

Base Type

  • public std::bad_alloc

Class Documentation

class MemoryAllocationException : public std::bad_alloc

Exception for allocation related failures in the OpenSSL C APIs.

Public Functions

template<size_t N>
inline MemoryAllocationException(const char (&msg)[N])

Construct MemoryAllocationException from a string literal.

inline virtual const char *what() const noexcept override