|
welder 0.1.0
Bindings for annotated C++ types, from C++26 reflection
|
Target-language vocabulary — the set of languages welder can bind to. More...
Go to the source code of this file.
Namespaces | |
| namespace | welder |
Enumerations | |
| enum class | welder::lang : unsigned char { welder::py , welder::lua } |
| The target languages welder ships rods for — but not the whole value space. More... | |
Variables | |
| template<unsigned char Slot> | |
| constexpr lang | welder::user_lang {static_cast<lang>(16 + Slot)} |
| A user-defined language: the Slot-th identity from the mask's user range (bit 16 + Slot) — for binding a language welder does not ship, without touching welder. | |
Target-language vocabulary — the set of languages welder can bind to.
Definition in file lang.hpp.