Open CASCADE Technology 7.8.2.dev
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);