|
cesium-native 0.62.0
|
Converts from a scalar to a string. More...
#include <CesiumGltf/MetadataConversions.h>
Static Public Member Functions | |
| static std::optional< std::string > | convert (TFrom from) |
| Converts a scalar to a std::string. | |
| static std::optional< std::string > | convert (TFrom) |
Converts between TFrom and TTo where no actual conversion is defined, returning std::nullopt. | |
Converts from a scalar to a string.
Definition at line 593 of file MetadataConversions.h.
|
inlinestatic |
Converts a scalar to a std::string.
| from | The scalar to be converted. |
Definition at line 602 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.