cesium-native 0.43.0
|
Helper functions for working with strings. More...
#include <CesiumUtility/StringHelpers.h>
Static Public Member Functions | |
static std::string | toStringUtf8 (const std::u8string &s) |
Converts a u8string to a string without changing its encoding. The output string is encoded in UTF-8, just like the input. | |
Helper functions for working with strings.
Definition at line 10 of file StringHelpers.h.
|
static |
Converts a u8string
to a string
without changing its encoding. The output string is encoded in UTF-8, just like the input.
s | The std::u8string . |
std::string
.