cesium-native 0.43.0
Loading...
Searching...
No Matches
CesiumGltf::IsMetadataNumericArray< PropertyArrayView< 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 PropertyArrayView is numeric.
 

Detailed Description

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

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

Definition at line 151 of file PropertyTypeTraits.h.

Member Data Documentation

◆ value

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

Whether the component of this PropertyArrayView is numeric.

Definition at line 153 of file PropertyTypeTraits.h.


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