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

Method operator --

include/utf8cpp/checked.h:315–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313 return *this;
314 }
315 iterator operator -- (int)
316 {
317 iterator temp = *this;
318 utf8::prior(it, range_start);
319 return temp;
320 }
321 }; // class iterator
322
323} // namespace utf8

Callers

nothing calls this directly

Calls 1

priorFunction · 0.70

Tested by

no test coverage detected