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