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

Function copy_backwards

external/pugixml/pugixml.cpp:4887–4890  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4885 }
4886
4887 template <typename I> void copy_backwards(I begin, I end, I target)
4888 {
4889 while (begin != end) *--target = *--end;
4890 }
4891
4892 template <typename I, typename Pred, typename T> void insertion_sort(I begin, I end, const Pred& pred, T*)
4893 {

Callers 1

insertion_sortFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected