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

Function operator+

dependencies/json/json.hpp:11363–11368  ·  view source on GitHub ↗

! @brief add to iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */

Source from the content-addressed store, hash-verified

11361 @pre The iterator is initialized; i.e. `m_object != nullptr`.
11362 */
11363 iter_impl operator+(difference_type i) const
11364 {
11365 auto result = *this;
11366 result += i;
11367 return result;
11368 }
11369
11370 /*!
11371 @brief addition of distance and iterator

Callers 1

operator+Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected