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

Member Function Documentation

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

Definition at line 297 of file name_of.h.

298  {
299  return "ref-to_" + name_of<T>::is();
300  }
static std::string is()
Definition: name_of.h:90

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