plugify 1.0.0.0
|
Namespace containing utility functions of ModuleState enum. More...
Functions | |
constexpr std::string_view | ToString (ModuleState state) noexcept |
Convert a ModuleState enum value to its string representation. | |
constexpr ModuleState | FromString (std::string_view state) noexcept |
Convert a string representation to a ModuleState enum value. | |
Namespace containing utility functions of ModuleState enum.
|
constexprnoexcept |
Convert a string representation to a ModuleState enum value.
state | The string representation of ModuleState. |
Definition at line 142 of file module.hpp.
|
constexprnoexcept |
Convert a ModuleState enum value to its string representation.
state | The ModuleState value to convert. |
Definition at line 128 of file module.hpp.