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

Definition at line 265 of file name_of.h.

Member Function Documentation

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

Definition at line 267 of file name_of.h.

268  {
269  return "v_" + name_of<T>::is();
270  }
static std::string is()
Definition: name_of.h:90

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