Horizon
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ranges::views::closed_indices_fn Struct Reference

Inclusive range of indices: [from, to]. More...

#include <indices.hpp>

Public Member Functions

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

Public Attributes

Val to const
 

Detailed Description

Inclusive range of indices: [from, to].

Member Data Documentation

◆ const

Val to ranges::views::closed_indices_fn::const
Initial value:
{
return {from, to}

The documentation for this struct was generated from the following file: