Loading...
Searching...
No Matches
Go to the documentation of this file.
3#define _DC_NS_EXPANDED(pre, post) pre##_##post
4#define DC_EXPAND(...) __VA_ARGS__
5#define DC_STRINGIFY(MACRO) #MACRO
6#define DC_EXPAND_STRING(NAME) DC_STRINGIFY(NAME)
8#define DC_IS_DEFINED(MACRO) (sizeof(DC_STRINGIFY(MACRO)) != sizeof(#MACRO))
14#define NS(pre, post) _DC_NS_EXPANDED(pre, post)
20#define PRIV(name) NS(__private, name)
25#define DC_PUBLIC [[maybe_unused]]
30#define DC_INTERNAL [[maybe_unused]]