Static Public Member Functions | List of all members
cet::name_of< std::nullptr_t > Struct Template Reference

#include <name_of.h>

Static Public Member Functions

static std::string is ()
 

Detailed Description

template<>
struct cet::name_of< std::nullptr_t >

Definition at line 328 of file name_of.h.

Member Function Documentation

static std::string cet::name_of< std::nullptr_t >::is ( )
inlinestatic

Definition at line 330 of file name_of.h.

331  {
332  return "std::nullptr_t";
333  }

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