cesium-native 0.43.0
|
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) |
Converts between TFrom and TTo where no actual conversion is defined, returning std::nullopt . | |
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.
|
inlinestatic |
Converts between TFrom
and TTo
where no actual conversion is defined, returning std::nullopt
.
Definition at line 34 of file MetadataConversions.h.