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

Method operator==

FastCopy/TaskFile.h:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 }
29
30 bool operator==(Iterator rhs) const
31 {
32 std::lock_guard lock{ m_lock };
33 return m_iter == rhs;
34 }
35
36 auto operator<=>(TaskFileIterator<Iterator> const& rhs) const
37 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected