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

Description

Inclusive range of indices: [from, to].

Synopsis of methods

constexpr closed_indices_fn closed_indices {}
 

Public Member Functions

template<typename Val >
requires integral< Val > closed_iota_view< Val > operator() (Val from, Val to) const
 
template<typename Val >
requires integral< Val > closed_iota_view< Val > operator() (Val to) const