siplasplas
A library for C++ reflection and introspection
|
Represents an assert expression when SIPLASPLAS_ASSERT() macros are disabled. More...
#include <siplasplas/utility/assert.hpp>
Public Member Functions | |
template<typename Function > | |
DummyAssertExpression & | onFailure (Function) |
Does nothing. More... | |
Represents an assert expression when SIPLASPLAS_ASSERT() macros are disabled.
When siplasplas assertions are disabled DummyAssertExpression objects are instanced instead, and the expression does nothing.
|
inline |
Does nothing.
This function template is defined only to make siplasplas assertions compile when are disabled. It does nothing.
Function |