Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Algo
| Type | Name | Description | |
|---|---|---|---|
| int | Algo::CompareMap
(
const MapType& A, |
||
| int | Algo::CompareMap
(
const MapType& A, |
||
| int | Algo::CompareMap
(
const MapType& A, |
Compares two unique-key maps (e.g. TMap) as if they were sorted arrays of key,value pairs sorted by Key and then by Value (almost, see note on sort order). |