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