P99

◆ P99_DECLARE_ENUM_PARSE

#define P99_DECLARE_ENUM_PARSE (   T,
  ... 
)
Value:
\
inline T P99_PASTE2(T, _parse)(char const* p00_s)

Declare a simple inline function to return the longest enumeration constants of type T found in a string.

Definition at line 55 of file p99_enum.h.

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