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

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

operator()(T &&t) const -> detail::decay_t< T > requires constructible_from< detail::decay_t< T >, T > (defined in ranges::aux::copy_fn)ranges::aux::copy_fn
operator()(I begin, S end, O out) const -> copy_result< I, O > requires input_iterator< I > &&sentinel_for< S, I > &&weakly_incrementable< O > &&indirectly_copyable< I, O > (defined in ranges::cpp20_copy_fn)ranges::cpp20_copy_fn
operator()(Rng &&rng, O out) const -> copy_result< safe_iterator_t< Rng >, O > requires input_range< Rng > &&weakly_incrementable< O > &&indirectly_copyable< iterator_t< Rng >, O > (defined in ranges::cpp20_copy_fn)ranges::cpp20_copy_fn