cpptoml
A C++11 parser for TOML
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 >
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 &&!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:
include/
cpptoml.h
Generated on Sat Oct 1 2022 20:57:56 for cpptoml by
1.9.4