|
SRS-control 0.1.4
|
Functions | |
| template<typename Enum> | |
| constexpr auto | get_enum_dashed_names () |
| template<auto EnumVal> | |
| constexpr auto | get_enum_dashed_name () |
| constexpr auto | get_enum_dashed_name (auto EnumVal) -> std::string |
| template<typename Enum> | |
| constexpr auto | get_enum (std::string_view enum_name) |
| template<typename Enum> | |
| constexpr auto | get_enum_dash_map () |
Variables | |
| constexpr auto | enum_to_dash_converter |
| constexpr auto | enum_from_dash_converter |
|
constexpr |
Definition at line 94 of file EnumConvertFunctions.hpp.
|
constexpr |
Definition at line 102 of file EnumConvertFunctions.hpp.
|
constexpr |
Definition at line 73 of file EnumConvertFunctions.hpp.
|
constexpr |
Definition at line 87 of file EnumConvertFunctions.hpp.
|
constexpr |
Definition at line 35 of file EnumConvertFunctions.hpp.
|
constexpr |
Definition at line 25 of file EnumConvertFunctions.hpp.
|
constexpr |
Definition at line 16 of file EnumConvertFunctions.hpp.