Open CASCADE Technology  6.9.0
Macros

Standard_OutOfRange.hxx File Reference

#include <Standard.hxx>
#include <Standard_DefineHandle.hxx>
#include <Standard_DefineException.hxx>
#include <Standard_SStream.hxx>
#include <Standard_RangeError.hxx>
#include <Handle_Standard_OutOfRange.hxx>

Macros

#define Standard_OutOfRange_Raise_if(CONDITION, MESSAGE)   if (CONDITION) Standard_OutOfRange::Raise(MESSAGE);
 

Macro Definition Documentation

#define Standard_OutOfRange_Raise_if (   CONDITION,
  MESSAGE 
)    if (CONDITION) Standard_OutOfRange::Raise(MESSAGE);