emlabcpp
modern opinionated embedded C++ library
enum.h File Reference
#include <type_traits>
+ Include dependency graph for enum.h:

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...