SyTen
◆
SYTEN_SINGLE_ARG
#define SYTEN_SINGLE_ARG
(
...
)
__VA_ARGS__
Singlifies arguments, useful if they contain commas.
Example\n
SOME_MACRO(
SYTEN_SINGLE_ARG
(A, B))
SYTEN_SINGLE_ARG
#define SYTEN_SINGLE_ARG(...)
Singlifies arguments, useful if they contain commas.
Definition:
macros.h:25
causes
A, B
to be passed as the single first argument to
SOME_MACRO
.
inc
util
macros.h
Generated by
1.9.4