|
template<class T> |
constexpr bool
| AMCAX::is_basic_attribute_v = false |
|
template<> |
constexpr bool
| AMCAX::is_basic_attribute_v< Int8Attribute > = true |
|
template<> |
constexpr bool
| AMCAX::is_basic_attribute_v< Int16Attribute > = true |
|
template<> |
constexpr bool
| AMCAX::is_basic_attribute_v< Int32Attribute > = true |
|
template<> |
constexpr bool
| AMCAX::is_basic_attribute_v< Int64Attribute > = true |
|
template<> |
constexpr bool
| AMCAX::is_basic_attribute_v< UInt8Attribute > = true |
|
template<> |
constexpr bool
| AMCAX::is_basic_attribute_v< UInt16Attribute > = true |
|
template<> |
constexpr bool
| AMCAX::is_basic_attribute_v< UInt32Attribute > = true |
|
template<> |
constexpr bool
| AMCAX::is_basic_attribute_v< UInt64Attribute > = true |
|
template<> |
constexpr bool
| AMCAX::is_basic_attribute_v< StringAttribute > = true |
|
template<> |
constexpr bool
| AMCAX::is_basic_attribute_v< FloatAttribute > = true |
|
template<> |
constexpr bool
| AMCAX::is_basic_attribute_v< DoubleAttribute > = true |
|