|
Shift
Moves an item from a given position in the array to the specified offset.
bool Shift(
|
Parameters
pos
[in] Position of the moved element in the array
shift
[in] The shift value (both positive and negative).
Return Value
true - successful, false - cannot move the element.
Example:
//--- example for CArrayObj::Shift(int,int)
|