Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Static Public Attributes | List of all members
CLHEP::integral_constant< T, v > Struct Template Reference

#include <type_traits.h>

Inheritance diagram for CLHEP::integral_constant< T, v >:
Inheritance graph
[legend]

Public Types

typedef T value_type
 
typedef integral_constant< T, v > type
 

Public Member Functions

 operator value_type ()
 

Static Public Attributes

static value_type const value = v
 

Detailed Description

template<typename T, T v>
struct CLHEP::integral_constant< T, v >

Definition at line 31 of file type_traits.h.

Member Typedef Documentation

template<typename T, T v>
typedef integral_constant<T,v> CLHEP::integral_constant< T, v >::type

Definition at line 168 of file type_traits.h.

template<typename T, T v>
typedef T CLHEP::integral_constant< T, v >::value_type

Definition at line 167 of file type_traits.h.

Member Function Documentation

template<typename T, T v>
CLHEP::integral_constant< T, v >::operator value_type ( )
inline

Definition at line 172 of file type_traits.h.

Member Data Documentation

template<typename T, T v>
value_type const CLHEP::integral_constant< T, v >::value = v
static

Definition at line 170 of file type_traits.h.


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