MCPcopy Create free account
hub / github.com/bitfieldaudio/OTTO / operator>

Method operator>

external/include/ringbuffer.hpp:427–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425 }
426
427 bool operator> (iterator_impl const & rhs) const
428 {
429 /* logical: return _iter > rhs._iter; */
430 return *this - rhs > 0;
431 }
432
433 bool operator<= (iterator_impl const & rhs) const
434 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected