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

#include <parameter_block.h>

Static Public Attributes

static constexpr bool value
 

Detailed Description

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

Definition at line 71 of file parameter_block.h.

Field Documentation

◆ value

template<typename T >
constexpr bool chi::ParameterBlock::IsInteger< T >::value
staticconstexpr
Initial value:
=
std::is_integral_v<T> and not std::is_same_v<T, bool>

Definition at line 73 of file parameter_block.h.


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