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

Static Public Attributes | Static Protected Member Functions | Static Protected Attributes | List of all members
CLHEP::tt::converts< From, To, false > Struct Template Reference

#include <type_traits.h>

Static Public Attributes

static bool const value = sizeof( take( from, 0 ) ) == sizeof(yes_t)
 

Static Protected Member Functions

static yes_t take (To, int)
 
static no_t take (any_conversion,...)
 
static yes_t take (To, int)
 
static no_t take (any_conversion,...)
 
static yes_t take (To, int)
 
static no_t take (any_conversion,...)
 
static yes_t take (To, int)
 
static no_t take (any_conversion,...)
 
static yes_t take (To, int)
 
static no_t take (any_conversion,...)
 

Static Protected Attributes

static From from
 

Detailed Description

template<typename From, typename To>
struct CLHEP::tt::converts< From, To, false >

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

Member Function Documentation

template<typename From , typename To >
static yes_t CLHEP::tt::converts< From, To, false >::take ( To  ,
int   
)
staticprotected
template<typename From , typename To >
static yes_t CLHEP::tt::converts< From, To, false >::take ( To  ,
int   
)
staticprotected
template<typename From , typename To >
static yes_t CLHEP::tt::converts< From, To, false >::take ( To  ,
int   
)
staticprotected
template<typename From , typename To >
static yes_t CLHEP::tt::converts< From, To, false >::take ( To  ,
int   
)
staticprotected
template<typename From , typename To >
static yes_t CLHEP::tt::converts< From, To, false >::take ( To  ,
int   
)
staticprotected
template<typename From , typename To >
static no_t CLHEP::tt::converts< From, To, false >::take ( any_conversion  ,
  ... 
)
staticprotected
template<typename From , typename To >
static no_t CLHEP::tt::converts< From, To, false >::take ( any_conversion  ,
  ... 
)
staticprotected
template<typename From , typename To >
static no_t CLHEP::tt::converts< From, To, false >::take ( any_conversion  ,
  ... 
)
staticprotected
template<typename From , typename To >
static no_t CLHEP::tt::converts< From, To, false >::take ( any_conversion  ,
  ... 
)
staticprotected
template<typename From , typename To >
static no_t CLHEP::tt::converts< From, To, false >::take ( any_conversion  ,
  ... 
)
staticprotected

Member Data Documentation

template<typename From , typename To >
static From CLHEP::tt::converts< From, To, false >::from
staticprotected

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

template<typename From , typename To >
static bool const CLHEP::tt::converts< From, To, false >::value = sizeof( take( from, 0 ) ) == sizeof(yes_t)
static

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


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