Go to the source code of this file.
|
|
#define | MAP(f, ...) EVAL(MAP1(f, __VA_ARGS__, ()()(), ()()(), ()()(), 0)) |
| | Applies the function macro f to each of the remaining parameters.
|
| |
|
#define | MAP_LIST(f, ...) EVAL(MAP_LIST1(f, __VA_ARGS__, ()()(), ()()(), ()()(), 0)) |
| | Applies the function macro f to each of the remaining parameters and inserts commas between the results.
|
| |