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

Method empty

external/include/ringbuffer.hpp:690–693  ·  view source on GitHub ↗

checks whether the buffer is empty */

Source from the content-addressed store, hash-verified

688
689 /* checks whether the buffer is empty */
690 bool empty (void) const noexcept
691 {
692 return _buffered == 0;
693 }
694
695 /* returns the number of elements stored in the buffer */
696 std::size_t size (void) const noexcept

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected