Define ecl_assert_throw
Defined in File macros.hpp
Define Documentation
-
ecl_assert_throw(expression, exception)
Debug mode throw with a logical condition check.
Does a simple logical check before throwing, only works if NDEBUG is not defined.
See also
Exceptions Guide.