MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / UnicodeStringIterator

Method UnicodeStringIterator

Source/Utils/cxxopts.hpp:126–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 public:
125
126 UnicodeStringIterator(const icu::UnicodeString* string, int32_t pos)
127 : s(string)
128 , i(pos)
129 {
130 }
131
132 value_type
133 operator*() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected