Logo ROOT   6.14/05
Reference Guide
List of all members | Public Types | List of all members
ROOT::Detail::make_indices_next< indices< Indices... >, Next > Struct Template Reference

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

Definition at line 69 of file span.hxx.

Public Types

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

#include <ROOT/span.hxx>

Member Typedef Documentation

◆ type

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

Definition at line 70 of file span.hxx.


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