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

Method reverse

source/core/StarVector.hpp:540–542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

538
539template <typename T, size_t N>
540void Vector<T, N>::reverse() {
541 std::reverse(Base::begin(), Base::end());
542}
543
544template <typename T, size_t N>
545void Vector<T, N>::fill(T const& v) {

Callers

nothing calls this directly

Calls 3

beginFunction · 0.85
endFunction · 0.85
reverseFunction · 0.70

Tested by

no test coverage detected