MCPcopy Create free account
hub / github.com/AllentDan/LibtorchTutorials / operator--

Method operator--

lesson6-Segmentation/json.hpp:11473–11476  ·  view source on GitHub ↗

post-decrement (it--)

Source from the content-addressed store, hash-verified

11471
11472 /// post-decrement (it--)
11473 json_reverse_iterator const operator--(int)
11474 {
11475 return static_cast<json_reverse_iterator>(base_iterator::operator--(1));
11476 }
11477
11478 /// pre-decrement (--it)
11479 json_reverse_iterator& operator--()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected