#include <iostream>Go to the source code of this file.
Classes | |
| struct | Gedim::io_enum::enum_entry< E > |
Namespaces | |
| namespace | Gedim |
| namespace | Gedim::io_enum |
Functions | |
| template<auto V> | |
| constexpr std::string_view | Gedim::io_enum::enum_name () |
| template<auto V> | |
| constexpr bool | Gedim::io_enum::is_valid () |
| template<typename E , int Min, std::size_t... I> | |
| constexpr auto | Gedim::io_enum::make_table (std::index_sequence< I... >) |
| template<typename E , int Min = 0, int Max = 64> | |
| constexpr std::string_view | Gedim::io_enum::enum_to_string (E value) |