CAEN Utility  2.0.2
Utilities for CAEN projects
String utility macros

To convert macro to string. More...

Macros

#define _c_macro_str_helper(x)   #x
 
#define c_macro_str(x)   _c_macro_str_helper(x)
 

Detailed Description

To convert macro to string.

Macro Definition Documentation

◆ _c_macro_str_helper

#define _c_macro_str_helper (   x)    #x

Definition at line 112 of file CAENUtility.h.

◆ c_macro_str

#define c_macro_str (   x)    _c_macro_str_helper(x)

Definition at line 113 of file CAENUtility.h.