2
3
4
12
13
14
15
16
17
21
22
23
24
34#define unless(a) if (!(a))
36#define ae2f_tmpldef(a) template<a>
37#define ae2f_tmpluse(a) <a>
40
41
42
43
44
45
46
47
48
49
50
51
52
53#define ae2f_evaldef(tmpldef, tmpluse, keyeval, keyexpr, ret_t, nameeval, nameexpr, prmdef, prmuse)
54 tmpldef keyeval ret_t nameeval(prmdef);
55 tmpldef keyexpr ret_t nameexpr(prmdef) {
56 return nameeval tmpluse (prmuse);
58 tmpldef keyeval ret_t nameeval(prmdef)
#define ae2f_WhenCXX(a)
Appears when the current language is C.
#define ae2f_WhenC(a)
Appears when the current language is C++.