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

Method operator>

include/jwt/json/json.hpp:11237–11240  ·  view source on GitHub ↗

! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */

Source from the content-addressed store, hash-verified

11235 @pre The iterator is initialized; i.e. `m_object != nullptr`.
11236 */
11237 bool operator>(const iter_impl& other) const
11238 {
11239 return !operator<=(other);
11240 }
11241
11242 /*!
11243 @brief comparison: greater than or equal

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected