MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / toLocalString

Function toLocalString

Source/Utils/cxxopts.hpp:106–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 using String = icu::UnicodeString;
105
106 inline
107 String
108 toLocalString(std::string s)
109 {
110 return icu::UnicodeString::fromUTF8(std::move(s));
111 }
112
113#if defined(__GNUC__)
114// GNU GCC with -Weffc++ will issue a warning regarding the upcoming class, we want to silence it:

Callers 6

OptionsMethod · 0.85
format_optionFunction · 0.85
format_descriptionFunction · 0.85
add_optionMethod · 0.85
help_one_groupMethod · 0.85
helpMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected