TwiceAsNice  2019-02-18
Namespaces | Functions
Assertions.h File Reference
This graph shows which files directly or indirectly include this file:

Namespaces

 Nice
 

 

Functions

void Nice::ensure (bool condition)
 The functions ensure() and precondition() substitutes the macro assert() from the C language. More...
 
void Nice::precondition (bool condition)