cpptoml
A C++11 parser for TOML
Public Types | Static Public Member Functions | List of all members
cpptoml::value_traits< T, typename std::enable_if< valid_value_or_string_convertible< T >::value >::type > Struct Template Reference

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)
 

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