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

This is the complete list of members for ranges::iota_fn, including all inherited members.

operator()(O first, S last, T val) const -> O requires output_iterator< O, T const &> &&sentinel_for< S, O > &&weakly_incrementable< T > (defined in ranges::iota_fn)ranges::iota_fn
operator()(Rng &&rng, T val) const -> safe_iterator_t< Rng > requires output_range< Rng, T const &> &&weakly_incrementable< T > (defined in ranges::iota_fn)ranges::iota_fn