MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
cpptoml::valid_value_or_string_convertible< T > Struct Template Reference

#include <cpptoml.h>

Static Public Attributes

static const MBool value
 

Detailed Description

template<class T>
struct cpptoml::valid_value_or_string_convertible< T >

Definition at line 282 of file cpptoml.h.

Member Data Documentation

◆ value

template<class T >
const MBool cpptoml::valid_value_or_string_convertible< T >::value
static
Initial value:
=
valid_value<typename std::decay<T>::type>::value || std::is_convertible<T, std::string>::value

Definition at line 283 of file cpptoml.h.


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