thepeg is hosted by Hepforge, IPPP Durham
ThePEG  2.2.1
ThePEG::TypeTraits< T > Struct Template Reference

Type traits for built-in types. More...

#include <TemplateTools.h>

Public Types

enum  { hasDimension = false }
 Boolean flag. Is true for physical quantities.
 
typedef StandardT DimType
 Implementation selector.
 

Static Public Member Functions

template<typename U = T>
static constexpr std::enable_if<(std::is_arithmetic< U >::value &&std::is_same< U, T >::value), U >::type baseunit ()
 Base unit for arithmetic types.
 

Detailed Description

template<typename T>
struct ThePEG::TypeTraits< T >

Type traits for built-in types.

Definition at line 48 of file TemplateTools.h.


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