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

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

Definition at line 66 of file rhysd_array_view.hxx.

Public Types

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

#include <ROOT/rhysd_array_view.hxx>

Member Typedef Documentation

◆ type

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

Definition at line 67 of file rhysd_array_view.hxx.


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