Open CASCADE Technology 7.9.1
Loading...
Searching...
No Matches
StdFail_NotDone.hxx File Reference

Macros

#define StdFail_NotDone_Raise_if(CONDITION, MESSAGE)

Macro Definition Documentation

◆ StdFail_NotDone_Raise_if

#define StdFail_NotDone_Raise_if ( CONDITION,
MESSAGE )
Value:
if (CONDITION) \
throw StdFail_NotDone(MESSAGE);