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

Method operator --

include/utf8cpp/unchecked.h:215–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 return *this;
214 }
215 iterator operator -- (int)
216 {
217 iterator temp = *this;
218 utf8::unchecked::prior(it);
219 return temp;
220 }
221 }; // class iterator
222
223 } // namespace utf8::unchecked

Callers

nothing calls this directly

Calls 1

priorFunction · 0.70

Tested by

no test coverage detected