|
Exchange
Swaps two elements in the list.
bool Exchange(
|
Parameters
node1
[in] list element
node2
[in] list element
Return Value
true - successful, false - cannot swap the elements.
Example:
//--- example for CList::Exchange(CObject*,CObject*)
|