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