Open CASCADE Technology 7.8.2.dev
Standard_Overflow.hxx File Reference

Macros

#define Standard_Overflow_Raise_if(CONDITION, MESSAGE)
 

Macro Definition Documentation

◆ Standard_Overflow_Raise_if

#define Standard_Overflow_Raise_if ( CONDITION,
MESSAGE )
Value:
if (CONDITION) throw Standard_Overflow(MESSAGE);