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

Method end

source/core/StarAlgorithm.hpp:438–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436 }
437
438 decltype(auto) end() const {
439 return std::rend(m_iterable);
440 }
441};
442
443template <typename Iterable>

Callers 13

foldFunction · 0.45
fold1Function · 0.45
intersectFunction · 0.45
mapMergeFunction · 0.45
mapsEqualFunction · 0.45
filteredFunction · 0.45
sortFunction · 0.45
stableSortFunction · 0.45
reverseFunction · 0.45
transformIntoFunction · 0.45
zipWithFunction · 0.45
containersEqualFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected