FE 0.14.0
A C++23 toolkit for writing compiler/interpreter frontends.
Loading...
Searching...
No Matches
vla.h File Reference
#include <cstdint>
#include <array>
#include <memory>
#include <ranges>
#include <tuple>
#include <type_traits>
#include "fe/algo.h"
#include "fe/span.h"
Include dependency graph for vla.h:
This graph shows which files directly or indirectly include this file:

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?