cpptoml
A C++11 parser for TOML
Public Member Functions | Private Attributes | List of all members
cpptoml::option< T > Class Template Reference

Public Member Functions

 option (T value)
 
 operator bool () const
 
const T & operator* () const
 
const T * operator-> () const
 
const T & value_or (const T &alternative) const
 

Private Attributes

bool empty_
 
value_
 

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