Share

eOkVerify Macro

C++

#define eOkVerify(x) (eOkCheck(x) == Acad::eOk)

File

eoktest.h

Description

This macro asserts if the expression used in it does not evaluate to Acad::eOk. It evaluates to true if the expression used in it evaluates to Acad::eOk; otherwise it evaluates to false.

Was this information helpful?