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

Method operator !=

unittests/catch.hpp:5491–5493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5489 return m_iterators == other.m_iterators;
5490 }
5491 auto operator !=( iterator const& other ) const -> bool {
5492 return m_iterators != other.m_iterators;
5493 }
5494 auto operator *() const -> std::string {
5495 std::string row, padding;
5496

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected