#include <sort.h>
template<class Container>
werkzeugkiste::container::Ordering class

Utility class to get the sorted indices of a sequence container.

Constructors, destructors, conversion operators

Ordering() deleted
Ordering(const Container& data, bool(*)(const typename Container::value_type&, const typename Container::value_type&) cmp)
Ordering(const Container& data) explicit

Public functions

auto GetSortedIndices() -> std::vector<std::size_t>
auto operator()(std::size_t const& a, std::size_t const& b) -> bool