siplasplas
A library for C++ reflection and introspection
cpp::static_reflection::Enum< EnumType > Class Template Reference

Returns static reflection information of the given enumeration type. More...

#include <siplasplas/reflection/static/enum.hpp>

Inherits cpp::static_reflection::codegen::Enum< EnumType >.

Detailed Description

template<typename EnumType>
class cpp::static_reflection::Enum< EnumType >

Returns static reflection information of the given enumeration type.

See cpp::static_reflection::meta::Enum template for the returned information.

Template Parameters
EnumTypeMust be an enumeration type. The behavior is undefined otherwise.
Examples:
examples/reflection/static/enum.cpp.

The documentation for this class was generated from the following file: