Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HO-COOH/FastCopy
/ operator<=>
Method
operator<=>
FastCopy/TaskFile.h:24–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
auto operator<=>(Iterator rhs) const
25
{
26
std::lock_guard lock{ m_lock };
27
return m_iter <=> rhs;
28
}
29
30
bool operator==(Iterator rhs) const
31
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected