nngn
Loading...
Searching...
No Matches
macros.h File Reference

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,
 
)    f(x)

◆ NNGN_APPLY2

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

◆ NNGN_IGNORE

#define NNGN_IGNORE (   f,
 
)

◆ NNGN_IGNORE2

#define NNGN_IGNORE2 (   f,
  x0,
  x1 
)