MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / operator ==

Method operator ==

unittests/catch.hpp:5488–5490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5486 }
5487
5488 auto operator ==( iterator const& other ) const -> bool {
5489 return m_iterators == other.m_iterators;
5490 }
5491 auto operator !=( iterator const& other ) const -> bool {
5492 return m_iterators != other.m_iterators;
5493 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected