CppELib 1.7.0
Loading...
Searching...
No Matches
Assertion::Failure Class Reference

Class used when CHECK_ASSERT() macro fails. More...

#include <Assertion.h>

Public Member Functions

const char * message () const
 Get the message when assertion fails.
 

Detailed Description

Class used when CHECK_ASSERT() macro fails.

This object is thrown when CHECK_ASSERT() macro fails if AssertHandler is not set and CPPELIB_NO_EXCEPTIONS macro is not defined.

Member Function Documentation

◆ message()

const char * Assertion::Failure::message ( ) const
inline

Get the message when assertion fails.

Returns
Message when assertion fails

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