Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Attributes | Static Protected Member Functions | Static Protected Attributes
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 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 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 no_t CLHEP::tt::converts< From, To, false >::take ( any_conversion  ,
  ... 
)
staticprotected

Field Documentation

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

Definition at line 973 of file type_traits.h.

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

Definition at line 977 of file type_traits.h.


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