Logo ROOT   6.12/07
Reference Guide
List of all members | Public Types | Static Public Attributes | List of all members
ROOT::Internal::TArrayType< T, d > Struct Template Reference

template<class T, int d = 0>
struct ROOT::Internal::TArrayType< T, d >

Definition at line 502 of file TBranchProxy.h.

Public Types

typedef T array_t[d]
 
typedef T type_t
 

Static Public Attributes

static constexpr int gSize = d
 

#include <TBranchProxy.h>

Member Typedef Documentation

◆ array_t

template<class T , int d = 0>
typedef T ROOT::Internal::TArrayType< T, d >::array_t[d]

Definition at line 504 of file TBranchProxy.h.

◆ type_t

template<class T , int d = 0>
typedef T ROOT::Internal::TArrayType< T, d >::type_t

Definition at line 503 of file TBranchProxy.h.

Member Data Documentation

◆ gSize

template<class T , int d = 0>
constexpr int ROOT::Internal::TArrayType< T, d >::gSize = d
static

Definition at line 505 of file TBranchProxy.h.


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