Skip to content
APPLY_MACRO_FOREACH_AGAIN

APPLY_MACRO_FOREACH_AGAIN

APPLY_MACRO_FOREACH_AGAIN

Description

Helper macro to delay evaluation in text generation (pre-processing) phase of macro

Usage example (Cross-references)

Usage examples (Cross-references)
    ///
    #define APPLY_MACRO_FOREACH_HELPER(macro, a1, ...)                                                                     \
        macro(a1) __VA_OPT__(APPLY_MACRO_FOREACH_AGAIN TRICK_PARENS(macro, __VA_ARGS__))
    
    ///
Last updated on