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

Function StringIteratorASCII

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

Source from the content-addressed store, hash-verified

243 [[nodiscard]] bool advanceUntilMatchesNonConstexpr(CodePoint c);
244 using StringIterator::StringIterator;
245 constexpr StringIteratorASCII(const CodeUnit* it, const CodeUnit* end) : StringIterator(it, end) {}
246 using Parent = StringIterator<StringIteratorASCII>;
247 friend Parent;
248 friend struct StringView;

Callers 1

getIteratorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected