MCPcopy Create free account
hub / github.com/ceph/ceph / begin

Method begin

src/msg/async/dpdk/circular_buffer.h:170–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168 typedef cbiterator<const circular_buffer, const T> const_iterator;
169
170 iterator begin() {
171 return iterator(this, _impl.begin);
172 }
173 const_iterator begin() const {
174 return const_iterator(this, _impl.begin);
175 }

Callers

nothing calls this directly

Calls 2

iteratorClass · 0.50
const_iteratorClass · 0.50

Tested by

no test coverage detected