#include <string>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | fml |
Functions | |
| std::string | fml::Join (const std::vector< std::string > &vec, const char *delim) |
| std::string | fml::Utf16ToUtf8 (const std::u16string_view string) |
| std::u16string | fml::Utf8ToUtf16 (const std::string_view string) |