|
cpptoml
A C++11 parser for TOML
|
Public Member Functions | |
| option (T value) | |
| operator bool () const | |
| const T & | operator* () const |
| const T * | operator-> () const |
| template<class U> | |
| T | value_or (U &&alternative) const |
Private Attributes | |
| bool | empty_ |
| T | value_ |