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

◆ SYTEN_ASSERT_MSG

#define SYTEN_ASSERT_MSG (   x,
  ... 
)    if (!(x)) { issue_error(#x, __FILE__, SYTEN_STRINGIFY(__LINE__), __VA_ARGS__); }

Throws a std::runtime_error if the first argument evaluates to false and prints all other arguments using logGE().