Struct Asserter

Struct Documentation

struct Asserter

Checks the truthiness of the given boolean values through asserts.

Public Static Functions

static inline void enforce(bool b)

Enforces truthiness of the given boolean value through asserts.

Parameters:

b – Boolean value whose truthiness should be enforced