MCPcopy Create free account
hub / github.com/Tessil/ordered-map / operator--

Method operator--

include/tsl/ordered_hash.h:404–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402 return tmp;
403 }
404 ordered_iterator operator--(int) {
405 ordered_iterator tmp(*this);
406 --(*this);
407 return tmp;
408 }
409
410 reference operator[](difference_type n) const { return m_iterator[n]; }
411

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected