MCPcopy Create free account
hub / github.com/boostorg/json / operator==

Method operator==

test/test.hpp:725–729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

723 }
724
725 bool
726 operator==(input_iterator other) const noexcept
727 {
728 return it_ == other.it_;
729 }
730
731 bool
732 operator!=(input_iterator other) const noexcept

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected