ROOT  6.06/09
Reference Guide
Public Types | List of all members
ROOT::Math::rowOffsetsUtils::make_indices_impl< I, indices< Indices...>, N > Struct Template Reference

template<int I, int... Indices, int N>
struct ROOT::Math::rowOffsetsUtils::make_indices_impl< I, indices< Indices...>, N >

Definition at line 160 of file MatrixRepresentationsStatic.h.

Public Types

typedef make_indices_impl< I+1, indices< Indices..., I >, N >::type type
 

#include <Math/MatrixRepresentationsStatic.h>

Member Typedef Documentation

template<int I, int... Indices, int N>
typedef make_indices_impl<I + 1, indices<Indices..., I>, N>::type ROOT::Math::rowOffsetsUtils::make_indices_impl< I, indices< Indices...>, N >::type

Definition at line 163 of file MatrixRepresentationsStatic.h.


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