Remove

移除堆栈中第一次出现的指定元素。

bool Remove(
   T  item     // 元素值
   );

参数

item

[in] 要被删除的元素值。

返回值

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