qStableSort

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

Meta