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

Method begin

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

Source from the content-addressed store, hash-verified

241 //@}
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(); }

Callers 15

AddMethod · 0.45
RemoveMethod · 0.45
FindMethod · 0.45
EraseMethod · 0.45
AddMethod · 0.45
EraseMethod · 0.45
AssignMethod · 0.45
DropFirstMethod · 0.45
MoveToMethod · 0.45
ForEachInSubtreeMethod · 0.45
save_like_mapFunction · 0.45
save_like_setFunction · 0.45

Calls

no outgoing calls

Tested by 15

GetTrieContentsFunction · 0.36
GetActualContentsMethod · 0.36
GetValuesByKeyMethod · 0.36
GetContentsByPrefixMethod · 0.36
IsValidMethod · 0.36
SortFunction · 0.36
ClusterMethod · 0.36
ClustersMethod · 0.36
TestEqualsByFunction · 0.36
UNIT_TESTFunction · 0.36
CheckNoZeroFunction · 0.36
CheckAccumulateIntervalsFunction · 0.36