This is the complete list of members for ranges::minmax_fn, including all inherited members.
operator()(T const &a, T const &b, C pred=C{}, P proj=P{}) const -> minmax_result< T const & > requires indirect_strict_weak_order< C, projected< T const *, P >> (defined in ranges::minmax_fn) | ranges::minmax_fn | |
operator()(Rng &&rng, C pred=C{}, P proj=P{}) const -> minmax_result< range_value_t< Rng >> requires input_range< Rng > &&indirect_strict_weak_order< C, projected< iterator_t< Rng >, P >> &&indirectly_copyable_storable< iterator_t< Rng >, range_value_t< Rng > * > (defined in ranges::minmax_fn) | ranges::minmax_fn | |
operator()(std::initializer_list< T > const &&rng, C pred=C{}, P proj=P{}) const -> minmax_result< T > requires copyable< T > &&indirect_strict_weak_order< C, projected< T const *, P >> (defined in ranges::minmax_fn) | ranges::minmax_fn |