Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Algo
| Type | Name | Description | |
|---|---|---|---|
| bool | Algo::IncludesBy
(
RangeTypeA&& RangeA, |
Checks if one sorted contiguous container is a subsequence of another sorted contiguous container by comparing pairs of projected elements. | |
| bool | Algo::IncludesBy
(
RangeTypeA&& RangeA, |
Checks if one sorted contiguous container is a subsequence of another sorted contiguous container by comparing pairs of projected elements using a custom predicate. |