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

Method operator<

include/jwt/json/json.hpp:10681–10684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10679 }
10680
10681 friend constexpr bool operator<(primitive_iterator_t lhs, primitive_iterator_t rhs) noexcept
10682 {
10683 return lhs.m_it < rhs.m_it;
10684 }
10685
10686 primitive_iterator_t operator+(difference_type n) noexcept
10687 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected