Adapt std::less<T> for array_pod_sort.
Declared in <llvm/ADT/STLExtras.h>
template<typename T>
int
array_pod_sort_comparator(
void const* P1,
void const* P2);
Negative, zero, or positive as P1 compares less, equal, or greater.
| Name | Description |
|---|---|
| P1 | Pointer to the left-hand element. |
| P2 | Pointer to the right-hand element. |