Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Algo
| Type | Name | Description | |
|---|---|---|---|
| constexpr bool | Algo::CompareBy
(
InAT&& InputA, |
Compares two contiguous containers using operator== to compare pairs of projected elements. | |
| constexpr bool | Algo::CompareBy
(
InAT&& InputA, |
Compares two contiguous containers using a predicate to compare pairs of projected elements. |