Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ operator==
Method
operator==
lib/core/bytes.h:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
bool operator==(const Bytes& other) const
42
{
43
return std::equal(cbegin(), cend(), other.cbegin(), other.cend());
44
}
45
46
bool operator!=(const Bytes& other) const
47
{
Callers
nothing calls this directly
Calls
2
cbegin
Method · 0.80
cend
Method · 0.80
Tested by
no test coverage detected