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

Method begin

src/common/mini_flat_map.h:303–305  ·  view source on GitHub ↗

@return begin const_iterator */

Source from the content-addressed store, hash-verified

301
302 /** @return begin const_iterator */
303 const_iterator begin() const {
304 return cbegin();
305 }
306
307 /** @return end const_iterator */
308 const_iterator end() const {

Callers 1

mini_flat_mapMethod · 0.45

Calls 2

iteratorClass · 0.70
cbeginFunction · 0.50

Tested by

no test coverage detected