library of assembled shared sources

http://lass.cocamware.com

lass::meta::Bool< flag > Class Template Reference

meta boolean type More...

#include <bool.h>

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

Inheritance graph
[legend]
Collaboration diagram for lass::meta::Bool< flag >:

Collaboration graph
[legend]

Public Types

enum  { value = true }
typedef True Type

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 94 of file bool.h.


Member Typedef Documentation

typedef True lass::meta::True::Type [inherited]

Definition at line 73 of file bool.h.


Member Enumeration Documentation

anonymous enum [inherited]

Enumerator:
value 

Definition at line 74 of file bool.h.


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

Generated on Mon Nov 10 14:22:09 2008 for Library of Assembled Shared Sources by doxygen 1.5.7.1
SourceForge.net Logo