Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Internal::TArrayType< T, d > Struct Template Reference

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

Helper template to be able to determine and use array dimensions.

Definition at line 697 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 699 of file TBranchProxy.h.

◆ type_t

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

Definition at line 698 of file TBranchProxy.h.

Member Data Documentation

◆ gSize

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

Definition at line 700 of file TBranchProxy.h.

Collaboration diagram for ROOT::Internal::TArrayType< T, d >:
[legend]

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