Library of Assembled Shared Sources
lass::meta::Bool< flag > Class Template Reference

meta boolean type More...

#include <bool.h>

Inheritance diagram for lass::meta::Bool< flag >:
Collaboration diagram for lass::meta::Bool< flag >:

Detailed Description

template<bool flag>
class lass::meta::Bool< flag >

meta boolean type

Author
Bram de Greve [BdG]

The meta boolean type consists of two types True and False. Bool<flag> converts an C bool flag to a meta bools True or False

Bool<true>::Type; // resolves to True

Definition at line 105 of file bool.h.


The documentation for this class was generated from the following file: