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

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

Definition at line 64 of file rhysd_array_view.h.

Public Types

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

#include <ROOT/rhysd_array_view.h>

Member Typedef Documentation

§ type

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

Definition at line 65 of file rhysd_array_view.h.


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