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

Function operator<=

Source/external/json.hpp:13335–13338  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

13333 @pre The iterator is initialized; i.e. `m_object != nullptr`.
13334 */
13335 bool operator<=(const iter_impl& other) const
13336 {
13337 return !other.operator < (*this);
13338 }
13339
13340 /*!
13341 @brief comparison: greater than

Callers

nothing calls this directly

Calls 2

compares_unorderedFunction · 0.85
basic_jsonFunction · 0.85

Tested by

no test coverage detected