Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <type_traits.h>
Public Types | |
typedef T const | add_c_type |
typedef T volatile | add_v_type |
typedef T const volatile | add_cv_type |
typedef T | rem_c_type |
typedef T | rem_v_type |
typedef T | rem_cv_type |
Static Public Attributes | |
static bool const | is_c = false |
static bool const | is_v = false |
Definition at line 675 of file type_traits.h.
typedef T const CLHEP::tt::cv< T >::add_c_type |
Definition at line 679 of file type_traits.h.
typedef T const volatile CLHEP::tt::cv< T >::add_cv_type |
Definition at line 681 of file type_traits.h.
typedef T volatile CLHEP::tt::cv< T >::add_v_type |
Definition at line 680 of file type_traits.h.
typedef T CLHEP::tt::cv< T >::rem_c_type |
Definition at line 682 of file type_traits.h.
typedef T CLHEP::tt::cv< T >::rem_cv_type |
Definition at line 684 of file type_traits.h.
typedef T CLHEP::tt::cv< T >::rem_v_type |
Definition at line 683 of file type_traits.h.
|
static |
Definition at line 677 of file type_traits.h.
|
static |
Definition at line 678 of file type_traits.h.