Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pagghiu/SaneCppLibraries
/ StringIterator
Function
StringIterator
Libraries/Strings/StringIterator.h:231–231 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
229
return CharIterator::getPreviousOf(src, start);
230
}
231
constexpr StringIterator(const CodeUnit* it, const CodeUnit* end) : it(it), start(it), end(end) {}
232
const CodeUnit* it;
233
const CodeUnit* start;
234
const CodeUnit* end;
Callers
1
sliceFromStartUntil
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected