siplasplas
A library for C++ reflection and introspection
|
Returns static reflection information of the given enumeration type. More...
#include <siplasplas/reflection/static/enum.hpp>
Inherits cpp::static_reflection::codegen::Enum< EnumType >.
Returns static reflection information of the given enumeration type.
See cpp::static_reflection::meta::Enum template for the returned information.
EnumType | Must be an enumeration type. The behavior is undefined otherwise. |