Synopsis of methods | |
constexpr action_closure< sort_fn > | sort {} |
Public Member Functions | |
P P Rng | operator() (Rng &&rng, C pred={}, P proj={}) const |
template<typename C , typename P = identity> | |
requires (!range< C >)` const expr auto operator()(C pred | |
Public Attributes | |
P | C = less |
P | P = identity > requires ` forward_range<Rng> && sortable<iterator_t<Rng> |
P | proj |
|
related |
P ranges::actions::sort_fn::proj |