Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitfieldaudio/OTTO
/ equal
Method
equal
src/util/ringbuffer.hpp:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
bool equal(const IteratorImpl& r) const
42
{
43
return value == r.value;
44
}
45
46
std::ptrdiff_t difference(const IteratorImpl& r) const
47
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected