Logo ROOT   6.12/07
Reference Guide
List of all members | Public Types | List of all members
std::__ROOT::detail::make_indices_next2< indices< Indices... >, Next, Tail > Struct Template Reference

template<size_t... Indices, size_t Next, size_t Tail>
struct std::__ROOT::detail::make_indices_next2< indices< Indices... >, Next, Tail >

Definition at line 80 of file rhysd_array_view.hxx.

Public Types

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

#include <ROOT/rhysd_array_view.hxx>

Member Typedef Documentation

◆ type

template<size_t... Indices, size_t Next, size_t Tail>
typedef indices<Indices..., (Indices + Next)..., Tail> std::__ROOT::detail::make_indices_next2< indices< Indices... >, Next, Tail >::type

Definition at line 81 of file rhysd_array_view.hxx.


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