MCPcopy Create free account
hub / github.com/PABannier/bark.cpp / operator==

Method operator==

examples/server/json.hpp:5180–5183  ·  view source on GitHub ↗

equality operator (needed for InputIterator)

Source from the content-addressed store, hash-verified

5178
5179 /// equality operator (needed for InputIterator)
5180 bool operator==(const iteration_proxy_value& o) const
5181 {
5182 return anchor == o.anchor;
5183 }
5184
5185 /// inequality operator (needed for range-based for)
5186 bool operator!=(const iteration_proxy_value& o) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected