plugify
1.0.0.0
|
Namespace containing utility functions of PluginState enum. More...
Functions | |
constexpr std::string_view | ToString (PluginState state) |
Convert a PluginState enum value to its string representation. More... | |
constexpr PluginState | FromString (std::string_view state) |
Convert a string representation to a PluginState enum value. More... | |
Namespace containing utility functions of PluginState enum.
|
constexpr |
Convert a string representation to a PluginState enum value.
state | The string representation of PluginState. |
Definition at line 153 of file plugin.hpp.
|
constexpr |
Convert a PluginState enum value to its string representation.
state | The PluginState value to convert. |
Definition at line 137 of file plugin.hpp.