cpptoml
A C++11 parser for TOML
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
cpptoml::is_one_of< T, V, Ts... > Struct Template Reference

Static Public Attributes

static const bool value = std::is_same<T, V>::value || is_one_of<T, Ts...>::value
 

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