Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::min_fn Member List

This is the complete list of members for ranges::min_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::min_fn)ranges::min_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::min_fn)ranges::min_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::min_fn)ranges::min_fn