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

Function begin

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

Source from the content-addressed store, hash-verified

467{
468template <typename T, size_t N>
469typename buffer_vector<T, N>::iterator begin(buffer_vector<T, N> & v)
470{
471 return v.begin();
472}
473
474template <typename T, size_t N>
475typename buffer_vector<T, N>::const_iterator begin(buffer_vector<T, N> const & v)

Callers 15

buffer_vectorClass · 0.70
erase_ifMethod · 0.70
eraseMethod · 0.70
assign_rangeFunction · 0.70
IsASCIINumericFunction · 0.70
JoinStringsFunction · 0.70
IsEqualAsciiMethod · 0.70
collection_castFunction · 0.70
FindShortestPathMethod · 0.50
GetBestCandidatePathsMethod · 0.50
WriteAsMappingForSparkFunction · 0.50

Calls 1

beginMethod · 0.45

Tested by 12

UNIT_TESTFunction · 0.40
TestTableFunction · 0.40
SortFunction · 0.40
SortForestFunction · 0.40
UNIT_TESTFunction · 0.40
TestFunction · 0.40
SumPageSizesMethod · 0.40
UNIT_TESTFunction · 0.40
UNIT_TESTFunction · 0.40
WriteServerMethod · 0.40
UNIT_TESTFunction · 0.40