ΒΆtemplate <class IteratorTy>
inline void array_pod_sort(
    IteratorTy Start,
    IteratorTy End,
    int (*)(const typename std::iterator_traits<
                IteratorTy>::value_type*,
            const typename std::iterator_traits<
                IteratorTy>::value_type*) Compare)

Declared at: llvm/include/llvm/ADT/STLExtras.h:1532

Templates

IteratorTy

Parameters

IteratorTy Start
IteratorTy End
int (*)(const typename std::iterator_traits< IteratorTy>::value_type*, const typename std::iterator_traits< IteratorTy>::value_type*) Compare