Static Public Member Functions | List of all members
cet::name_of< T > Struct Template Reference

#include <name_of.h>

Static Public Member Functions

static std::string is ()
 

Detailed Description

template<class T>
struct cet::name_of< T >

Definition at line 23 of file name_of.h.

Member Function Documentation

template<class T >
static std::string cet::name_of< T >::is ( )
inlinestatic

Definition at line 90 of file name_of.h.

91  {
92  return "unknown-type";
93  }

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