Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 574 Bytes

OutOfMemory.md

File metadata and controls

31 lines (19 loc) · 574 Bytes

OutOfMemory

class OutOfMemory

Inherited from: Error.

Required header: <Eclog/Error.h>

The OutOfMemory class defines a type of error object that reports out-of-memory errors.

Member functions

Name Description
id Returns the identifier of this class.

id

static const ErrorId& id();

Returns the identifier of this class.

Return value

ErrorId& Reference to the identifier.