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

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

#include <type_traits.h>

Public Types

typedef T & add_c_type
 
typedef T & add_v_type
 
typedef T & 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
 

Detailed Description

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

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

Member Typedef Documentation

◆ add_c_type

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

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

◆ add_cv_type

template<typename T >
typedef T & CLHEP::tt::cv< T & >::add_cv_type

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

◆ add_v_type

template<typename T >
typedef T & CLHEP::tt::cv< T & >::add_v_type

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

◆ rem_c_type

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

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

◆ rem_cv_type

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

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

◆ rem_v_type

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

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

Member Data Documentation

◆ is_c

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

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

◆ is_v

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

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


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