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

Method operator+

external/include/ringbuffer.hpp:365–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363 }
364
365 iterator_impl operator+ (difference_type n) const
366 {
367 auto tmp = *this;
368 return (tmp += n);
369 }
370
371 iterator_impl operator- (difference_type n) const
372 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected