cesium-native 0.43.0
|
Trivially converts any type to itself. More...
#include <CesiumGltf/MetadataConversions.h>
Static Public Member Functions | |
static std::optional< T > | convert (T from) |
Converts an instance of T to an instance of T , always returning the same value that was passed in. | |
Trivially converts any type to itself.
Definition at line 40 of file MetadataConversions.h.
|
inlinestatic |
Converts an instance of T
to an instance of T
, always returning the same value that was passed in.
Definition at line 45 of file MetadataConversions.h.