C++
#define eOkCheck(x) eOkCheck_imp(ACRX_T(# x), ACRX_T(__FILE__), __LINE__, (x))
File
eoktest.h
Description
This macro asserts if the expression used in it does not evaluate to Acad::eOk. It evaluates to the whatever the expression in it evaluates to.