Skip to content

File stringify.h

FileList > code_source > templat > include > TempLat > util > stringify.h

Go to the source code of this file

Macros

Type Name
define STRINGIFY (x) STRINGIFY\_(x)
define STRINGIFY_ (x) #x
A macro used to parse preprocessor variable as strings, credits https://stackoverflow.com/a/34252436 .

Macro Definition Documentation

define STRINGIFY

#define STRINGIFY (
    x
) `STRINGIFY_(x)`

define STRINGIFY_

A macro used to parse preprocessor variable as strings, credits https://stackoverflow.com/a/34252436 .

#define STRINGIFY_ (
    x
) `#x`

Unit test: ctest -R test-stringify



The documentation for this class was generated from the following file cosmolatticeweb/tmp/code_source/templat/include/TempLat/util/stringify.h