MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / operator==

Method operator==

FastCopyShellExtension/ShellItemArray.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53bool ShellItemArray::Iterator::operator==(Iterator const& rhs) const
54{
55 return rhs.m_ptr == nullptr ? m_index == rhs.m_index :
56 m_ptr == rhs.m_ptr && m_index == rhs.m_index;
57}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected