Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
539
template <typename T, size_t N>
540
void Vector<T, N>::reverse() {
541
std::reverse(Base::begin(), Base::end());
542
}
543
544
template <typename T, size_t N>
545
void Vector<T, N>::fill(T const& v) {
Callers
nothing calls this directly
Calls
3
begin
Function · 0.85
end
Function · 0.85
reverse
Function · 0.70
Tested by
no test coverage detected