Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Detail::make_indices_next2< indices< Indices... >, Next, Tail > Struct Template Reference

template<size_t... Indices, size_t Next, size_t Tail>
struct ROOT::Detail::make_indices_next2< indices< Indices... >, Next, Tail >

Definition at line 84 of file span.hxx.

Public Types

typedef indices< Indices...,(Indices+Next)..., Tail > type
 

#include <ROOT/span.hxx>

Member Typedef Documentation

◆ type

template<size_t... Indices, size_t Next, size_t Tail>
typedef indices<Indices..., (Indices + Next)..., Tail> ROOT::Detail::make_indices_next2< indices< Indices... >, Next, Tail >::type

Definition at line 85 of file span.hxx.


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