I have already the list pointer of CDrawObject*
std::list elements;
How I can move some element to the end of list. I s
Remove it then append it to your list.