ΒΆtemplate <typename IteratorTy, typename Compare>
inline void sort(IteratorTy Start,
                 IteratorTy End,
                 Compare Comp)

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

Templates

IteratorTy
Compare

Parameters

IteratorTy Start
IteratorTy End
Compare Comp