Generated documentation outline
Selected cpp guides
The fixed, symbol-backed guide plan used by this isolated hosted publication Flyte canary.
Inspect and validate flag enums
Build a source-grounded C++ guide to formatting flag enums and checking whether flag values are represented by the selected magic_enum APIs.
- Document type:
how_to - Source symbols:
magic_enum.enum_flags_name,magic_enum.enum_flags_contains
Iterate, dispatch, and store enum values
Build a source-grounded C++ guide to iterating and dispatching over enum values and storing them in enum-aware containers with the selected magic_enum APIs.
- Document type:
guide - Source symbols:
magic_enum.enum_for_each,magic_enum.enum_switch,magic_enum.containers.array,magic_enum.containers.set