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