Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::views::enumerate_fn Struct Reference

Lazily pairs each element in a source range with its corresponding index. More...

#include <range/v3/view/enumerate.hpp>

+ Inheritance diagram for ranges::views::enumerate_fn:

Public Member Functions

template<typename Rng >
requires viewable_range<Rng>
auto operator() (Rng &&rng) const
 

Related Functions

(Note that these are not member functions.)

constexpr view_closure< enumerate_fnenumerate {}
 

Detailed Description

Lazily pairs each element in a source range with its corresponding index.