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

Method operator+

include/jwt/json/json.hpp:10686–10691  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10684 }
10685
10686 primitive_iterator_t operator+(difference_type n) noexcept
10687 {
10688 auto result = *this;
10689 result += n;
10690 return result;
10691 }
10692
10693 friend constexpr difference_type operator-(primitive_iterator_t lhs, primitive_iterator_t rhs) noexcept
10694 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected