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

Infer the best-fitting PropertyType and PropertyComponentType for a C++ type. More...

Detailed Description

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

Infer the best-fitting PropertyType and PropertyComponentType for a C++ type.

Note that this cannot infer whether an integer is actually an PropertyType::Enum, since the enum definition is separate from the PropertyType. It is on the runtime to refer to the original class property definition, and check whether there is an associated CesiumGltf::ClassProperty::enumType.

Definition at line 213 of file PropertyTypeTraits.h.


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