nngn
Loading...
Searching...
No Matches
macros.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NNGN_APPLY(f, x)   f(x)
 
#define NNGN_APPLY2(f, x0, x1)   f(x0, x1)
 
#define NNGN_IGNORE(f, x)
 
#define NNGN_IGNORE2(f, x0, x1)
 

Macro Definition Documentation

◆ NNGN_APPLY

#define NNGN_APPLY ( f,
x )   f(x)

◆ NNGN_APPLY2

#define NNGN_APPLY2 ( f,
x0,
x1 )   f(x0, x1)

◆ NNGN_IGNORE

#define NNGN_IGNORE ( f,
x )

◆ NNGN_IGNORE2

#define NNGN_IGNORE2 ( f,
x0,
x1 )