Chi-Tech
chi::ParameterBlock::IsString< T > Struct Template Reference

#include <parameter_block.h>

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<typename T>
struct chi::ParameterBlock::IsString< T >

Definition at line 65 of file parameter_block.h.

Field Documentation

◆ value

template<typename T >
constexpr bool chi::ParameterBlock::IsString< T >::value
staticconstexpr
Initial value:
=
std::is_same_v<T, std::string> or std::is_same_v<T, const char*>

Definition at line 67 of file parameter_block.h.


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