Public Types | Static Public Attributes | List of all members
total_extent< T > Struct Template Reference

total_extent<T>::value has the total number of elements of an array More...

Public Types

using value_type = size_t
 
using value_type = size_t
 

Static Public Attributes

static constexpr value_type value = sizeof(T) / sizeof(typename std::remove_all_extents<T>::type)
 

Detailed Description

template<typename T>
struct total_extent< T >

total_extent<T>::value has the total number of elements of an array

Definition at line 122 of file AnalysisTree_module.cc.

Member Typedef Documentation

template<typename T >
using total_extent< T >::value_type = size_t

Definition at line 102 of file AnaRootParser_module.cc.

template<typename T >
using total_extent< T >::value_type = size_t

Definition at line 123 of file AnalysisTree_module.cc.

Member Data Documentation

template<typename T >
static constexpr value_type total_extent< T >::value = sizeof(T) / sizeof(typename std::remove_all_extents<T>::type)
static

Definition at line 125 of file AnalysisTree_module.cc.


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