MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / operator<=

Method operator<=

external/json/json.hpp:5905–5908  ·  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

5903 @pre The iterator is initialized; i.e. `m_object != nullptr`.
5904 */
5905 bool operator<=(const iter_impl& other) const
5906 {
5907 return not other.operator < (*this);
5908 }
5909
5910 /*!
5911 @brief comparison: greater than

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected