|
Mjolnir Core
Core functionality of the Mjolnir API
|
◆ THROW_EXCEPTION_IF
Value:
if (condition) [[unlikely]] /* NOLINT(clang-diagnostic-unknown-attributes) */ \
THROW_EXCEPTION(exception_type, message)
Throw an exception if the passed condition is met.
|