cppx-core
macro-invoke_macro.hpp
Go to the documentation of this file.
1 #pragma once // Source encoding: UTF-8 with BOM (π is a lowercase Greek "pi").
2 
7 #ifndef CPPX_NO_DOLLARS_PLEASE
8 # define $invoke_macro CPPX_INVOKE_MACRO
9 # define $invoke_macro_b CPPX_INVOKE_MACRO_B
10 #endif
11 
16 
17 #define CPPX_INVOKE_MACRO( m, arglist ) \
18  m arglist
19 
28 
29 #define CPPX_INVOKE_MACRO_B( m, arglist ) \
30  m arglist