MCPcopy Create free account
hub / github.com/cinder/Cinder / operator ++

Method operator ++

include/utf8cpp/unchecked.h:204–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202 return *this;
203 }
204 iterator operator ++ (int)
205 {
206 iterator temp = *this;
207 ::std::advance(it, utf8::internal::sequence_length(it));
208 return temp;
209 }
210 iterator& operator -- ()
211 {
212 utf8::unchecked::prior(it);

Callers

nothing calls this directly

Calls 2

sequence_lengthFunction · 0.85
advanceFunction · 0.70

Tested by

no test coverage detected