Range-v3
Range algorithms, views, and actions for the Standard Library
Synopsis of methods
|
Public Member Functions
|
List of all members
ranges::actions::sort_fn Struct Reference
Synopsis of methods
constexpr
action
<
sort_fn
>
sort
{}
Public Member Functions
template<typename Rng , typename C = less, typename P = identity>
auto
operator()
(
Rng
&&rng, C pred={}, P proj={}) const ->
Rng
requires forward_range<
Rng
> &&sortable< iterator_t<
Rng
>, C, P >
ranges
actions
sort_fn
Generated by
1.8.13