Jive reference manual
|
Provides support for writing meta-programs. More...
#include <jem/base/utilities.h>
Static Public Attributes | |
static const bool | VALUE = TruthValue |
The truth value of this BoolType class. More... | |
The template class BoolType
can be used to write `meta-programs' that are run during the compilation of a program. The boolean template parameter TruthValue
should be an expression that evaluates to either true
or false
at compile-time.
Here is an example:
|
static |
A static boolean that equals the truth value of this BoolType
class.