cesium-native 0.43.0
Loading...
Searching...
No Matches
CesiumGltf::IsMetadataNumeric< T > Struct Template Reference

Check if a C++ type can be represented as a numeric property, i.e. a scalar / vecN / matN type. More...

#include <CesiumGltf/PropertyTypeTraits.h>

Static Public Attributes

static constexpr bool value
 Whether the given metadata type is a scalar, a vector, or a matrix.
 

Detailed Description

template<typename T>
struct CesiumGltf::IsMetadataNumeric< T >

Check if a C++ type can be represented as a numeric property, i.e. a scalar / vecN / matN type.

Definition at line 103 of file PropertyTypeTraits.h.

Member Data Documentation

◆ value

template<typename T >
bool CesiumGltf::IsMetadataNumeric< T >::value
staticconstexpr
Initial value:
= IsMetadataScalar<T>::value ||
IsMetadataVecN<T>::value ||
IsMetadataMatN<T>::value

Whether the given metadata type is a scalar, a vector, or a matrix.

Definition at line 107 of file PropertyTypeTraits.h.


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