OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
CHECKX

See Also

Syntax

#define CHECKX(condition, message)
Definition checks.h:245

Header File

checks.h

Description

Outputs <msg> and throws an exception if <cond> equals 0. Use CHECKX to perform value checking within a function.