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

Function operator++

dependencies/json/json.hpp:11149–11154  ·  view source on GitHub ↗

! @brief post-increment (it++) @pre The iterator is initialized; i.e. `m_object != nullptr`. */

Source from the content-addressed store, hash-verified

11147 @pre The iterator is initialized; i.e. `m_object != nullptr`.
11148 */
11149 iter_impl const operator++(int)
11150 {
11151 auto result = *this;
11152 ++(*this);
11153 return result;
11154 }
11155
11156 /*!
11157 @brief pre-increment (++it)

Callers 2

operator++Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected