emlabcpp
modern opinionated embedded C++ library
|
#include <type_traits>
Go to the source code of this file.
Namespaces | |
emlabcpp | |
MIT License. | |
Functions | |
template<typename Enum > | |
emlabcpp::requires (std::is_enum_v< Enum >) auto convert_enum(Enum val) | |
Returns a string-like name of the enum value val More... | |