|
cpptoml
A C++11 parser for TOML
|
Public Types | |
| using | value_type |
| using | type = value<value_type> |
Static Public Member Functions | |
| static value_type | construct (T &&val) |
| using cpptoml::value_traits< T, typename std::enable_if< valid_value_or_string_convertible< T >::value >::type >::value_type |