Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ reverse
Function
reverse
UnitTests/TestApp/pugixml.cpp:6111–6115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6109
6110
template<typename I>
6111
void reverse(I begin, I end)
6112
{
6113
while (begin + 1 < end)
6114
swap(*begin++, *--end);
6115
}
6116
6117
template<typename I>
6118
I unique(I begin, I end)
Callers
1
type_t xpath_sort
Method · 0.70
Calls
1
swap
Function · 0.70
Tested by
no test coverage detected