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

Method operator !=

unittests/catch.hpp:5399–5401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5397 &m_column == &other.m_column;
5398 }
5399 auto operator !=( iterator const& other ) const -> bool {
5400 return !operator==( other );
5401 }
5402 };
5403 using const_iterator = iterator;
5404

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected