Struct Ignorer

Struct Documentation

struct Ignorer

Won’t look at the bool (not even in debug-mode, which is how this differs from Asserter).

Public Static Functions

static inline void enforce(bool)

Ignores the given boolean value and does not enforce anything.

Useful for debugging purposes.

Parameters:

Boolean – whose value is ignored