GRASP rci-qed
|
#include <cpptoml.h>
Public Member Functions | |
option () | |
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_ |
|
inline |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
private |
|
private |