A wrapper for bool to get the correct streaming ("true"/"false"). More...
#include <config_attribute_value.hpp>
Public Member Functions | |
true_false (bool value=false) | |
operator bool () const | |
const std::string & | str () const |
Private Attributes | |
bool | value_ |
A wrapper for bool to get the correct streaming ("true"/"false").
Most visitors can simply treat this as bool.
Definition at line 56 of file config_attribute_value.hpp.
|
inlineexplicit |
Definition at line 60 of file config_attribute_value.hpp.
|
inline |
Definition at line 61 of file config_attribute_value.hpp.
References value_.
|
inline |
Definition at line 63 of file config_attribute_value.hpp.
References config_attribute_value::s_false, config_attribute_value::s_true, and value_.
|
private |
Definition at line 58 of file config_attribute_value.hpp.
Referenced by operator bool(), and str().