qStableSort

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void qStableSort(RandomAccessIterator start, RandomAccessIterator end)
    extern (C++) pragma(inline, true)
    void
    qStableSort
    (
    RandomAccessIterator
    )
    (
    RandomAccessIterator start
    ,
    RandomAccessIterator end
    )
  2. void qStableSort(RandomAccessIterator start, RandomAccessIterator end, LessThan lessThan)
  3. void qStableSort(Container c)

Meta