Logo ROOT  
Reference Guide
ROOT::Internal::TMultiArrayType< T, d > Struct Template Reference

template<class T, int d>
struct ROOT::Internal::TMultiArrayType< T, d >

Definition at line 703 of file TBranchProxy.h.

Public Types

typedef T::array_t array_t[d]
 
typedef T::type_t type_t
 

Static Public Attributes

static constexpr int gSize = d
 

#include <TBranchProxy.h>

Member Typedef Documentation

◆ array_t

template<class T , int d>
typedef T::array_t ROOT::Internal::TMultiArrayType< T, d >::array_t[d]

Definition at line 705 of file TBranchProxy.h.

◆ type_t

template<class T , int d>
typedef T::type_t ROOT::Internal::TMultiArrayType< T, d >::type_t

Definition at line 704 of file TBranchProxy.h.

Member Data Documentation

◆ gSize

template<class T , int d>
constexpr int ROOT::Internal::TMultiArrayType< T, d >::gSize = d
staticconstexpr

Definition at line 706 of file TBranchProxy.h.


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