APPLY_MACRO_FOREACH_AGAIN

Table of Contents

APPLY_MACRO_FOREACH_AGAIN

Description

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

Usage example (Cross-references)

    ///
    #define APPLY_MACRO_FOREACH_HELPER(macro, a1, ...)                                                                     \
    macro(a1) __VA_OPT__(APPLY_MACRO_FOREACH_AGAIN TRICK_PARENS(macro, __VA_ARGS__))
    
    ///

Share :