cpptoml
A C++11 parser for TOML
Loading...
Searching...
No Matches
cpptoml::value_traits< T, typename std::enable_if< valid_value_or_string_convertible< T >::value >::type > Struct Template Reference

Public Types

using value_type
using type = value<value_type>

Static Public Member Functions

static value_type construct (T &&val)

Member Typedef Documentation

◆ value_type

template<class T>
using cpptoml::value_traits< T, typename std::enable_if< valid_value_or_string_convertible< T >::value >::type >::value_type
Initial value:
typename std::conditional<
typename std::decay<T>::type, std::string>::type
A concrete TOML value representing the "leaves" of the "tree".
Definition cpptoml.h:608
Definition cpptoml.h:284

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