Open CASCADE Technology Reference Manual 8.0.0.dev-68d3dc89
 
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Loading...
Searching...
No Matches
Standard_OutOfRange.hxx File Reference

Macros

#define Standard_OutOfRange_Always_Raise_if(CONDITION, MESSAGE)
 
#define Standard_OutOfRange_Raise_if(CONDITION, MESSAGE)
 

Macro Definition Documentation

◆ Standard_OutOfRange_Always_Raise_if

#define Standard_OutOfRange_Always_Raise_if ( CONDITION,
MESSAGE )
Value:
if (CONDITION) \
throw Standard_OutOfRange(MESSAGE);

◆ Standard_OutOfRange_Raise_if

#define Standard_OutOfRange_Raise_if ( CONDITION,
MESSAGE )
Value:
#define Standard_OutOfRange_Always_Raise_if(CONDITION, MESSAGE)
Definition Standard_OutOfRange.hxx:34