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

Method ringbuffer

external/include/ringbuffer.hpp:481–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479 using const_reference = value_type const &;
480
481 ringbuffer (void) noexcept
482 : _buffer {}
483 , _buffered {0}
484 , _owpolicy {overwrite_policy::no_overwrite}
485 {}
486
487 ringbuffer (ringbuffer const & other)
488 noexcept (std::is_nothrow_copy_constructible <value_type>::value)

Callers

nothing calls this directly

Calls 2

cbeginMethod · 0.80
addressofMethod · 0.80

Tested by

no test coverage detected