Logo ROOT   6.12/07
Reference Guide
List of all members | 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 158 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

◆ type

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 161 of file MatrixRepresentationsStatic.h.


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