Metalang99 1.13.3
Full-blown preprocessor metaprogramming
Loading...
Searching...
No Matches
control.h
Go to the documentation of this file.
1
6#ifndef ML99_CONTROL_H
7#define ML99_CONTROL_H
8
9#include <metalang99/bool.h> // ML99_if, ML99_IF
10#include <metalang99/gen.h> // ML99_times, ML99_repeat
11#include <metalang99/variadics.h> // ML99_OVERLOAD
12
13#endif // ML99_CONTROL_H
Boolean algebra.
Support for C language constructions.
Variadic arguments: x, y, z.