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

Definition at line 274 of file name_of.h.

Member Function Documentation

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

Definition at line 276 of file name_of.h.

277  {
278  return "c-v_" + name_of<T>::is();
279  }
static std::string is()
Definition: name_of.h:90

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