Bool.hpp
A bool representation that doesn’t trip up std::vector.
Note
Status: ALPHA
-
class Bool
- #include <Bool.hpp>
A simple replacement for bool type that doesn’t trip up std::vector.
Public Functions
-
inline Bool(bool b = false)
-
inline operator bool() const
Conversion of this proxy to Boolean (as an rvalue)
-
inline bool &Value()
-
inline bool Value() const
Private Members
-
bool value
-
inline Bool(bool b = false)
-
namespace std
STL namespace.