Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::sortable Concept Reference

The sortable concept. More...

#include <range/v3/iterator/concepts.hpp>

Concept definition

template<typename I, typename C less, typename P identity>
concept ranges::sortable =
ranges::projected_indirect_strict_weak_order_ < C, I, P, I, P >
The permutable concept.
Definition: concepts.hpp:794
The sortable concept.
Definition: concepts.hpp:816

Detailed Description

The sortable concept.