yoda is hosted by Hepforge, IPPP Durham
YODA - Yet more Objects for Data Analysis 2.0.0
YODA::TypeID< T > Struct Template Reference

Returns the type ID as a character sequence. More...

#include <BinningUtils.h>

Static Public Member Functions

static const char * name ()
 

Detailed Description

template<typename T>
struct YODA::TypeID< T >

Returns the type ID as a character sequence.

d - double f - float i - int j - unsigned int m - size_t l - ssize_t

Definition at line 46 of file BinningUtils.h.

Member Function Documentation

◆ name()

template<typename T >
static const char * YODA::TypeID< T >::name ( )
inlinestatic

Definition at line 47 of file BinningUtils.h.

47{ return typeid(T).name(); }
static const char * name()

References YODA::TypeID< T >::name().

Referenced by YODA::mkTypeString(), and YODA::TypeID< T >::name().


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