MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / utf8to32

Function utf8to32

external/utf8/cpp11.h:61–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 }
60
61 inline std::u32string utf8to32(const std::string& s)
62 {
63 std::u32string result;
64 utf8to32(s.begin(), s.end(), std::back_inserter(result));
65 return result;
66 }
67} // namespace utf8
68
69#endif // header guard

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected