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

CLHEP::tt::cv< T const > Struct Template Reference

#include <type_traits.h>

Public Types

typedef T const add_c_type
 
typedef T const volatile add_v_type
 
typedef T const volatile add_cv_type
 
typedef T rem_c_type
 
typedef T const rem_v_type
 
typedef T rem_cv_type
 

Static Public Attributes

static bool const is_c = true
 
static bool const is_v = false
 

Detailed Description

template<typename T>
struct CLHEP::tt::cv< T const >

Definition at line 688 of file Utility/Utility/type_traits.h.

Member Typedef Documentation

◆ add_c_type

template<typename T >
typedef T const CLHEP::tt::cv< T const >::add_c_type

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

◆ add_cv_type

template<typename T >
typedef T const volatile CLHEP::tt::cv< T const >::add_cv_type

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

◆ add_v_type

template<typename T >
typedef T const volatile CLHEP::tt::cv< T const >::add_v_type

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

◆ rem_c_type

template<typename T >
typedef T CLHEP::tt::cv< T const >::rem_c_type

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

◆ rem_cv_type

template<typename T >
typedef T CLHEP::tt::cv< T const >::rem_cv_type

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

◆ rem_v_type

template<typename T >
typedef T const CLHEP::tt::cv< T const >::rem_v_type

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

Member Data Documentation

◆ is_c

template<typename T >
static bool const CLHEP::tt::cv< T const >::is_c = true
static

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

◆ is_v

template<typename T >
static bool const CLHEP::tt::cv< T const >::is_v = false
static

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


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