|
FE 0.14.0
A C++23 toolkit for writing compiler/interpreter frontends.
|
#include <cstdint>#include <array>#include <memory>#include <ranges>#include <tuple>#include <type_traits>#include "fe/algo.h"#include "fe/span.h"Go to the source code of this file.
Classes | |
| class | fe::VLA< Self > |
CRTP base that gives Self one VLA per element type in Self::VLA_Types directly behind it in memory - the C flexible array member, generalized to several arrays of different type. More... | |
Namespaces | |
| namespace | fe |
Concepts | |
| concept | fe::VLAed |
Does T carry VLAs? | |