Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Divide::Assert Namespace Reference

Functions

bool DIVIDE_ASSERT_FUNC (bool expression, const char *expressionStr, const char *file, int line, const char *failMessage) noexcept
 It is safe to call evaluate expressions and call functions inside the assert check as it will compile for every build type.
 

Function Documentation

◆ DIVIDE_ASSERT_FUNC()

bool Divide::Assert::DIVIDE_ASSERT_FUNC ( const bool  expression,
const char *  expressionStr,
const char *  file,
int  line,
const char *  failMessage 
)
noexcept

It is safe to call evaluate expressions and call functions inside the assert check as it will compile for every build type.

Definition at line 25 of file PlatformDefines.cpp.