MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / operator--

Method operator--

external/tinygltf/json.hpp:12391–12394  ·  view source on GitHub ↗

post-decrement (it--)

Source from the content-addressed store, hash-verified

12389
12390 /// post-decrement (it--)
12391 json_reverse_iterator const operator--(int) // NOLINT(readability-const-return-type)
12392 {
12393 return static_cast<json_reverse_iterator>(base_iterator::operator--(1));
12394 }
12395
12396 /// pre-decrement (--it)
12397 json_reverse_iterator& operator--()

Callers

nothing calls this directly

Calls 1

operator--Function · 0.85

Tested by

no test coverage detected