Defined in File Enforce.hpp
Calls std::terminate if the bool is false.
Public Static Functions
Enforces truthiness of the given boolean value by terminating in case of violation.
b – Boolean value whose truthiness should be enforced