My Kernel v0.1.0
map.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#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.