Loading...
Searching...
No Matches
Go to the documentation of this file.
43#define BIO_WRAP_MACRO(macro) macro
51#define BIO_EXPAND_TUPLE(...) __VA_ARGS__
68#define BIO_SINGLE_ARG(...) __VA_ARGS__
77#define BIO_CALL_NS_MACRO(macroName, ns, ...) \
78 macroName##_##ns(__VA_ARGS__)
87#define BIO_CALL_LOOP(loopName, iterations, ...) \
88 loopName##_##iterations(__VA_ARGS__)