Static Public Member Functions | List of all members
cet::name_of< T const > 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 const >

Definition at line 256 of file name_of.h.

Member Function Documentation

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

Definition at line 258 of file name_of.h.

259  {
260  return "c_" + name_of<T>::is();
261  }
static std::string is()
Definition: name_of.h:90

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