cpptoml
A C++11 parser for TOML
Loading...
Searching...
No Matches
cpptoml::valid_value_or_string_convertible< T > Struct Template Reference

Static Public Attributes

static const bool value

Member Data Documentation

◆ value

template<class T>
const bool cpptoml::valid_value_or_string_convertible< T >::value
static
Initial value:
|| std::is_convertible<T, std::string>::value
Definition cpptoml.h:284

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