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

Method operator<

external/include/ringbuffer.hpp:421–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419 }
420
421 bool operator< (iterator_impl const & rhs) const
422 {
423 /* logical: return this->_iter < rhs._iter; */
424 return rhs - *this > 0;
425 }
426
427 bool operator> (iterator_impl const & rhs) const
428 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected