You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.