SyTen

◆ 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().