MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / operator+

Function operator+

Source/external/json.hpp:13408–13413  ·  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

13406 @pre The iterator is initialized; i.e. `m_object != nullptr`.
13407 */
13408 iter_impl operator+(difference_type i) const
13409 {
13410 auto result = *this;
13411 result += i;
13412 return result;
13413 }
13414
13415 /*!
13416 @brief addition of distance and iterator

Callers 1

operator+Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected