MCPcopy Create free account
hub / github.com/MyGUI/mygui / copy_backwards

Function copy_backwards

Tools/EditorFramework/pugixml.cpp:6144–6148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6142
6143template<typename I>
6144void copy_backwards(I begin, I end, I target)
6145{
6146 while (begin != end)
6147 *--target = *--end;
6148}
6149
6150template<typename I, typename Pred, typename T>
6151void insertion_sort(I begin, I end, const Pred& pred, T*)

Callers 1

insertion_sortFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected