MCPcopy Create free account
hub / github.com/WheretIB/nullc / reverse

Function reverse

external/pugixml/pugixml.cpp:4859–4862  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4857 }
4858
4859 template <typename I> void reverse(I begin, I end)
4860 {
4861 while (begin + 1 < end) swap(*begin++, *--end);
4862 }
4863
4864 template <typename I> I unique(I begin, I end)
4865 {

Callers 1

xpath_sortFunction · 0.85

Calls 1

swapFunction · 0.70

Tested by

no test coverage detected