- Add
- Count
- Contains
- Comparer
- TryGetMin
- TryGetMax
- CopyTo
- Clear
- Remove
- ExceptWith
- IntersectWith
- SymmetricExceptWith
- UnionWith
- IsProperSubsetOf
- IsProperSupersetOf
- IsSubsetOf
- IsSupersetOf
- Overlaps
- SetEquals
- GetViewBetween
- GetReverse
GetViewBetween
从当前已排序集合获取根据最小和最大值指定的子集
bool GetViewBetween(
|
参数
&array[]
[out] 用于编写子集的数组。
lower_value
[in] 范围的最小值。
upper_value
[in] 范围的最大值。
返回值
成功返回true,否则返回false。