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

Function utf32tou8

external/utf8/cpp20.h:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 inline std::u8string utf32tou8(const std::u32string& s)
64 {
65 std::u8string result;
66 utf32to8(s.begin(), s.end(), std::back_inserter(result));
67 return result;
68 }
69
70 inline std::u8string utf32tou8(const std::u32string_view& s)
71 {

Callers

nothing calls this directly

Calls 3

utf32to8Function · 0.70
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected