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

Function reverse

source/core/StarAlgorithm.hpp:266–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264
265template <typename Container>
266void reverse(Container& c) {
267 std::reverse(c.begin(), c.end());
268}
269
270template <typename Container>
271Container reverseCopy(Container c) {

Callers 9

reverseMethod · 0.70
flipHorizontalMethod · 0.70
flipVerticalMethod · 0.70
reverseCopyFunction · 0.70
rsplitMethod · 0.70
rsplitAnyMethod · 0.70
reconstructPathMethod · 0.70
fixInsideOutPolyFunction · 0.70
reverseMethod · 0.70

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected