#include <sort.h>
template<class Container>
Ordering class
Contents
Utility class to get the sorted indices of a sequence container.
Constructors, destructors, conversion operators
Public functions
- auto GetSortedIndices() -> std::vector<std::size_t>
- auto operator()(std::size_t const& a, std::size_t const& b) -> bool