guanaqo 1.0.0-alpha.26
Utilities for scientific software
Loading...
Searching...
No Matches
stringify.h File Reference

Detailed Description

Stringify and token concatenation helpers.

Definition in file stringify.h.

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define GUANAQO_CAT(a, b)
 Concatenate the given tokens.
#define GUANAQO_CAT_IMPL(a, b)
#define GUANAQO_STRINGIFY(s)
 Convert the given token to a string literal.
#define GUANAQO_STRINGIFY_IMPL(s)

Macro Definition Documentation

◆ GUANAQO_CAT_IMPL

#define GUANAQO_CAT_IMPL ( a,
b )
Value:
a##b

Definition at line 10 of file stringify.h.

◆ GUANAQO_STRINGIFY_IMPL

#define GUANAQO_STRINGIFY_IMPL ( s)
Value:
#s

Definition at line 14 of file stringify.h.