carb::assert::fAssertNoConsole

Defined in carb/assert/IAssert.h

constexpr AssertFlags carb::assert::fAssertNoConsole = 0x00000004

Flag to indicate that the assertion should not produce any console output.

When set, an assertion will not print anything to the console, but the failure count will increase.