MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / StringIteratorUTF8

Function StringIteratorUTF8

Libraries/Strings/StringIterator.h:286–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284 friend struct StringView;
285 using StringIterator::StringIterator;
286 constexpr StringIteratorUTF8(const CodeUnit* it, const CodeUnit* end) : StringIterator(it, end) {}
287
288 [[nodiscard]] static StringEncoding getEncoding() { return StringEncoding::Utf8; }
289

Callers 1

getIteratorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected