Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Algo
| Type | Name | Description | |
|---|---|---|---|
| std::common_type_t< decltype(GetNum(InputA)), decltype(GetNum(InputB))> | Algo::Mismatch
(
InputAType&& InputA, |
Returns the index at which two contiguous containers differ, using operator== to compare pairs of elements. | |
| std::common_type_t< decltype(GetNum(InputA)), decltype(GetNum(InputB))> | Algo::Mismatch
(
InputAType&& InputA, |
Returns the index at which two contiguous containers differ, using operator== to compare pairs of elements. |