A wrapper for the C++ boolean type which can be stored in vectors in the same way as other C++ types. More...
#include <Bool.h>
Public Member Functions | |
| Bool () | |
| Bool (bool b) | |
| operator bool & () | |
| operator const bool & () const | |
| Bool & | operator= (const bool &other) |
Public Attributes | |
| bool | _value |
A wrapper for the C++ boolean type which can be stored in vectors in the same way as other C++ types.
|
inline |
| bool Bool::_value |
Definition at line 33 of file Bool.h.
Referenced by operator bool &(), operator const bool &(), and operator=().
1.8.14