MCPcopy Create free account
hub / github.com/dobin/RedEdr / operator+

Method operator+

RedEdr/cxxops.hpp:197–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195 }
196
197 UnicodeStringIterator
198 operator+(int32_t v)
199 {
200 return UnicodeStringIterator(s, i + v);
201 }
202
203 private:
204 const icu::UnicodeString* s;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected