Open CASCADE Technology 7.9.0
Storage_StreamFormatError.hxx File Reference

Macros

#define Storage_StreamFormatError_Raise_if(CONDITION, MESSAGE)
 

Macro Definition Documentation

◆ Storage_StreamFormatError_Raise_if

#define Storage_StreamFormatError_Raise_if ( CONDITION,
MESSAGE )
Value:
if (CONDITION) \
throw Storage_StreamFormatError(MESSAGE);