TryGetMin

获得已排序集合的最小元素。

bool TryGetMin(
   T&  min     // 用来编写值的变量
   );

参数

&min

[out]  将要编写最小值的变量。

返回值

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