P99

◆ P99_DECLARE_ENUM_GETNAME

#define P99_DECLARE_ENUM_GETNAME (   T,
  ... 
)
Value:
\
inline char const* P99_PASTE2(T, _getname)(T p00_x)

Declare a simple inline function to return strings containing the names of enumeration constants.

Definition at line 48 of file p99_enum.h.

P99_PASTE2
#define P99_PASTE2(_1, _2)
Paste two token sequences at their junction.
Definition: p99_paste.h:82