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

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

Definition at line 72 of file rhysd_array_view.h.

Public Types

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

#include <ROOT/rhysd_array_view.h>

Member Typedef Documentation

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

Definition at line 73 of file rhysd_array_view.h.


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