|
ArrayReverse
Changes the sequence of elements in a one-dimensional array.
template<typename T>
|
Parameters
&array[]
[out] The source array.
start_index
[in] The starting index.
count
[in] The number of array elements participating in the operation.
Return Value
Returns true on successful, or false otherwise.