mirror of
https://github.com/aantron/better-enums.git
synced 2025-12-08 01:36:44 +08:00
Added type name.
This commit is contained in:
parent
bc0bbb65d8
commit
b0d3d3ac53
@ -503,6 +503,8 @@ template <typename EnumType> class _GeneratedArrays;
|
||||
using _Integral = UnderlyingType; \
|
||||
\
|
||||
public: \
|
||||
constexpr static const char* _name = #EnumType; \
|
||||
\
|
||||
enum _Enumerated : _Integral { __VA_ARGS__ }; \
|
||||
\
|
||||
protected: \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user