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