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

Function end

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

Source from the content-addressed store, hash-verified

479
480template <typename T, size_t N>
481typename buffer_vector<T, N>::const_iterator end(buffer_vector<T, N> const & v)
482{
483 return v.end();
484}
485} // namespace std
486
487template <class Dest, class Src>

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
operator()Method · 0.70
FindShortestPathMethod · 0.50
GetMethod · 0.50

Calls 1

endMethod · 0.45

Tested by 15

UNIT_TESTFunction · 0.40
TestTableFunction · 0.40
SortFunction · 0.40
SortForestFunction · 0.40
UNIT_TESTFunction · 0.40
UNIT_CLASS_TESTFunction · 0.40
TestFunction · 0.40
FillStringFromFileMethod · 0.40
SumPageSizesMethod · 0.40
CheckLangsMethod · 0.40
UNIT_TESTFunction · 0.40
CollectionPrimitiveTestFunction · 0.40