Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
CLHEP::tt::encode< T > Struct Template Reference

#include <type_traits.h>

+ Inheritance diagram for CLHEP::tt::encode< T >:

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

◆ value

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
)
char & yes_t
Definition: type_traits.h:182

Definition at line 229 of file type_traits.h.


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