MCPcopy 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

cbeginMethod · 0.80
cendMethod · 0.80

Tested by

no test coverage detected