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 &&!std::is_floating_point< typename std::decay< T >::type >::value &&std::is_signed< typename std::decay< T >::type >::value >::type > Struct Template Reference

Public Types

using value_type = int64_t
using type = value<int64_t>

Static Public Member Functions

static value_type construct (T &&val)

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