MCPcopy Create free account
hub / github.com/bitfieldaudio/OTTO / difference

Method difference

src/util/ringbuffer.hpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 }
45
46 std::ptrdiff_t difference(const IteratorImpl& r) const
47 {
48 return value - r.value;
49 }
50
51 value_type& dereference() { return *value; }
52

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected