CLHEP VERSION Reference Documentation
   
CLHEP Home Page     CLHEP Documentation     CLHEP Bug Reports

Static Public Attributes | List of all members
CLHEP::tt::arr< T[N]>::extent< I > Struct Template Reference

#include <type_traits.h>

Static Public Attributes

static int const value
 

Detailed Description

template<typename T, unsigned N>
template<unsigned I>
struct CLHEP::tt::arr< T[N]>::extent< I >

Definition at line 889 of file Matrix/CLHEP/Utility/type_traits.h.

Member Data Documentation

◆ value

template<typename T , unsigned N>
template<unsigned I>
static int const CLHEP::tt::arr< T[N]>::extent< I >::value
static
Initial value:
= (I == rank)
? N
: tt::arr<T>::template extent<I>::value

Definition at line 891 of file Matrix/CLHEP/Utility/type_traits.h.


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