GetReverse

获取当前已排序集合的复件,其中所有元素都以倒序排列。

bool GetReverse(
   T&  array[]     // 用于编写的数组
   );

参数

&array[]

[out] 用于编写的数组。

返回值

成功返回true,否则返回false。