Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 213 Bytes

File metadata and controls

5 lines (4 loc) · 213 Bytes

sorted_sequence

Small C++11 wrapper that adapts std::vector or Qt container such as QList or QVector (or anything with a similar API) into sorted vectors resp. sequences. It uses the appropriate std algorithms.