Utilities for macros. More...
#include <Balau/Util/Impl/MacrosImpl.hpp>
Go to the source code of this file.
Macros | |
#define | BalauString(TOKEN) _BalauStringExpand(TOKEN) |
Expand the string within another macro. More... | |
#define | BalauVariadicNArg(...) _BalauExpand(_BalauVariadicNArg_(__VA_ARGS__, _BalauVariadicRSeqN())) |
Compute the number of variadic macro arguments. More... | |
Utilities for macros.
#define BalauString | ( | TOKEN | ) | _BalauStringExpand(TOKEN) |
Expand the string within another macro.
#define BalauVariadicNArg | ( | ... | ) | _BalauExpand(_BalauVariadicNArg_(__VA_ARGS__, _BalauVariadicRSeqN())) |
Compute the number of variadic macro arguments.