cesium-native  0.41.0
CesiumGltf::MetadataConversions< TTo, TFrom, Enable > Struct Template Reference

Default conversion between two types. No actual conversion is defined. This returns std::nullopt to indicate the conversion was not successful. More...

#include <CesiumGltf/MetadataConversions.h>

Static Public Member Functions

static std::optional< TTo > convert (TFrom)
 

Detailed Description

template<typename TTo, typename TFrom, typename Enable = void>
struct CesiumGltf::MetadataConversions< TTo, TFrom, Enable >

Default conversion between two types. No actual conversion is defined. This returns std::nullopt to indicate the conversion was not successful.

Definition at line 29 of file MetadataConversions.h.


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