I have already the list pointer of CDrawObject*
std::list<CDrawObject*> elements;
How I can move some element to the end of list. I see STL Algorithms Reference but i don't find this operations. How i can do it?
See Question&Answers more detail:os