MCPcopy Create free account
hub / github.com/dobin/RedEdr / UnicodeStringIterator

Method UnicodeStringIterator

RedEdr/cxxops.hpp:166–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 using reference = value_type&;
165
166 UnicodeStringIterator(const icu::UnicodeString* string, int32_t pos)
167 : s(string)
168 , i(pos)
169 {
170 }
171
172 value_type
173 operator*() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected