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

Method end

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

Source from the content-addressed store, hash-verified

174 return const_iterator(this, _impl.begin);
175 }
176 iterator end() {
177 return iterator(this, _impl.end);
178 }
179 const_iterator end() const {
180 return const_iterator(this, _impl.end);
181 }

Callers

nothing calls this directly

Calls 2

iteratorClass · 0.50
const_iteratorClass · 0.50

Tested by

no test coverage detected