MCPcopy 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
6110template<typename I>
6111void reverse(I begin, I end)
6112{
6113 while (begin + 1 < end)
6114 swap(*begin++, *--end);
6115}
6116
6117template<typename I>
6118I unique(I begin, I end)

Callers 1

type_t xpath_sortMethod · 0.70

Calls 1

swapFunction · 0.70

Tested by

no test coverage detected