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

Method operator ++

include/utf8cpp/checked.h:304–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302 return *this;
303 }
304 iterator operator ++ (int)
305 {
306 iterator temp = *this;
307 utf8::next(it, range_end);
308 return temp;
309 }
310 iterator& operator -- ()
311 {
312 utf8::prior(it, range_start);

Callers

nothing calls this directly

Calls 1

nextFunction · 0.70

Tested by

no test coverage detected