MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / operator++

Method operator++

dependencies/json/json.hpp:11531–11534  ·  view source on GitHub ↗

post-increment (it++)

Source from the content-addressed store, hash-verified

11529
11530 /// post-increment (it++)
11531 json_reverse_iterator const operator++(int)
11532 {
11533 return static_cast<json_reverse_iterator>(base_iterator::operator++(1));
11534 }
11535
11536 /// pre-increment (++it)
11537 json_reverse_iterator& operator++()

Callers

nothing calls this directly

Calls 1

operator++Function · 0.70

Tested by

no test coverage detected