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 286 of file name_of.h.

Member Function Documentation

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

Definition at line 288 of file name_of.h.

289  {
290  return "ptr-to_" + name_of<T>::is();
291  }
static std::string is()
Definition: name_of.h:90

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