Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ operator+
Method
operator+
Source/Utils/cxxopts.hpp:157–161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
}
156
157
UnicodeStringIterator
158
operator+(int32_t v)
159
{
160
return UnicodeStringIterator(s, i + v);
161
}
162
163
private:
164
const icu::UnicodeString* s;
Callers
nothing calls this directly
Calls
1
UnicodeStringIterator
Class · 0.85
Tested by
no test coverage detected