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) |
total_extent<T>::value has the total number of elements of an array
Definition at line 122 of file AnalysisTree_module.cc.
using total_extent< T >::value_type = size_t |
Definition at line 102 of file AnaRootParser_module.cc.
using total_extent< T >::value_type = size_t |
Definition at line 123 of file AnalysisTree_module.cc.
|
static |
Definition at line 125 of file AnalysisTree_module.cc.