MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / operator--

Method operator--

external/json/json.hpp:6150–6153  ·  view source on GitHub ↗

post-decrement (it--)

Source from the content-addressed store, hash-verified

6148
6149 /// post-decrement (it--)
6150 json_reverse_iterator const operator--(int)
6151 {
6152 return static_cast<json_reverse_iterator>(base_iterator::operator--(1));
6153 }
6154
6155 /// pre-decrement (--it)
6156 json_reverse_iterator& operator--()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected