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

Check if a C++ type can be represented as an array of numeric elements property type. More...

#include <CesiumGltf/PropertyTypeTraits.h>

Static Public Attributes

static constexpr bool value = IsMetadataNumeric<T>::value
 Whether the component of this PropertyArrayCopy is numeric.
 

Detailed Description

template<typename T>
struct CesiumGltf::IsMetadataNumericArray< PropertyArrayCopy< T > >

Check if a C++ type can be represented as an array of numeric elements property type.

Definition at line 156 of file PropertyTypeTraits.h.

Member Data Documentation

◆ value

template<typename T >
bool CesiumGltf::IsMetadataNumericArray< PropertyArrayCopy< T > >::value = IsMetadataNumeric<T>::value
staticconstexpr

Whether the component of this PropertyArrayCopy is numeric.

Definition at line 158 of file PropertyTypeTraits.h.


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