Evo C++ Library v0.5.1
Metaprogramming & Macros

Evo uses some metaprogramming internally – these features are available for advanced use.

#include <evo/type.h> – included by most evo headers already

Type Traits
Type Conversion
Static Expressions
Macros

Evo also implements these helper macros

#include <evo/macro.h>

Compiler Helpers