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

Method operator*

external/include/ringbuffer.hpp:453–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451 }
452
453 reference operator* (void) const
454 {
455 return *_iter;
456 }
457
458 reference operator[] (difference_type n) const
459 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected