|
static type | convert (const T &v) |
|
template<typename Result > |
static Result | convert_back (const type &v) |
|
◆ type
Initial value: std::conditional_t<
std::is_same_v< T, bool >,
bool,
std::conditional_t<
std::is_integral_v< T > && std::is_signed_v< T >,
Integer,
std::conditional_t<
std::is_integral_v< T > && std::is_unsigned_v< T >,
UnsignedInteger,
std::conditional_t<
std::is_floating_point_v< T >,
double,
std::conditional_t<
std::is_base_of_v< std::string, T >,
std::conditional_t< std::is_same_v< std::decay_t< T >,
const char* >,
std::string, T > > > > > >
The documentation for this struct was generated from the following file:
- src/TNL/Config/ConfigEntryType.h