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

Method data

src/util/ringbuffer.hpp:64–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 iterator begin() {return {storage.data(), 0U};}
63 const_iterator begin() const {return {storage.data(), 0U};}
64 value_type* data() {return storage.data(); }
65
66 iterator iter(std::size_t index) {return {storage.data(), index};}
67 const_iterator iter(std::size_t index) const {return {storage.data(), index};}

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected