You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Boost.Hana currently has Struct. I have some code that performs automatic serialization for Struct types. However an Enum is missing in Boost.Hana to help here further.
The Struct concept [...] it allows accessing the names of the members of a user-defined type, and also the value of those members
For the Enum concept, I'd expect a similar mapping, however values should be hana::int_c<something> (non-mutable).
The text was updated successfully, but these errors were encountered:
Boost.Hana currently has
Struct
. I have some code that performs automatic serialization forStruct
types. However anEnum
is missing in Boost.Hana to help here further.For the
Enum
concept, I'd expect a similar mapping, however values should behana::int_c<something>
(non-mutable).The text was updated successfully, but these errors were encountered: