Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Attributes | List of all members
CLHEP::tt::encode< T > Struct Template Reference

#include <type_traits.h>

Inheritance diagram for CLHEP::tt::encode< T >:
Inheritance graph
[legend]

Static Public Attributes

static primary_code const value
 

Detailed Description

template<typename T>
struct CLHEP::tt::encode< T >

Definition at line 227 of file type_traits.h.

Member Data Documentation

template<typename T >
primary_code const CLHEP::tt::encode< T >::value
static
Initial value:
= ( sizeof(isAclass <T>(0)) == sizeof(yes_t) ) ? _class
: ( ( sizeof(isAfunction<T>(0)) == sizeof(yes_t) ) ? _function
)

Definition at line 230 of file type_traits.h.


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