Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Algo
| Type | Name | Description | |
|---|---|---|---|
| auto | Algo::Partition
(
RangeType&& Range, |
Rearranges the elements so that all the elements for which Predicate returns true precede all those for which it returns false. | |
| IndexType | Algo::Partition
(
T* Elements, |
Rearranges the elements so that all the elements for which Predicate returns true precede all those for which it returns false. |