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

Function StringIteratorUTF16

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

Source from the content-addressed store, hash-verified

263 private:
264 using StringIterator::StringIterator;
265 constexpr StringIteratorUTF16(const CodeUnit* it, const CodeUnit* end) : StringIterator(it, end) {}
266 using Parent = StringIterator<StringIteratorUTF16>;
267 friend Parent;
268 friend struct StringView;

Callers 1

getIteratorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected