MCPcopy Create free account
hub / github.com/comaps/comaps / cbegin

Method cbegin

libs/base/buffer_vector.hpp:244–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242
243 T const * begin() const { return data(); }
244 T const * cbegin() const { return data(); }
245 T * begin() { return data(); }
246 T const * end() const { return data() + size(); }
247 T const * cend() const { return data() + size(); }

Callers 6

FindMethod · 0.45
PrependMethod · 0.45
KeyAgeClass · 0.45
TrimFunction · 0.45
GetExpectedContentsMethod · 0.45
UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

GetExpectedContentsMethod · 0.36
UNIT_TESTFunction · 0.36