MCPcopy Create free account
hub / github.com/arun11299/cpp-jwt / operator+

Method operator+

include/jwt/json/json.hpp:11293–11298  ·  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

11291 @pre The iterator is initialized; i.e. `m_object != nullptr`.
11292 */
11293 iter_impl operator+(difference_type i) const
11294 {
11295 auto result = *this;
11296 result += i;
11297 return result;
11298 }
11299
11300 /*!
11301 @brief addition of distance and iterator

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected