Loading [MathJax]/extensions/tex2jax.js
SyTen
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages

◆ SYTEN_ASSERT

#define SYTEN_ASSERT (   x)    if (!(x)) { issue_error(#x, __FILE__, SYTEN_STRINGIFY(__LINE__)); }

Throws a std::runtime_error if the first argument evaluates to false.