plugify
1.0.0.0
|
Namespace containing utility functions of Severity enum. More...
Functions | |
constexpr std::string_view | ToString (Severity severity) noexcept |
Convert a Severity enum value to its string representation. More... | |
constexpr Severity | FromString (std::string_view severity) noexcept |
Convert a string representation to a Severity enum value. More... | |
Namespace containing utility functions of Severity enum.
|
constexprnoexcept |