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

Function utf8to32

external/utf8/cpp20.h:77–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 }
76
77 inline std::u32string utf8to32(const std::u8string& s)
78 {
79 std::u32string result;
80 utf8to32(s.begin(), s.end(), std::back_inserter(result));
81 return result;
82 }
83
84 inline std::u32string utf8to32(const std::u8string_view& s)
85 {

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected