Skip to content

Does this library support reflecting Enum class member to string? #103

@eesaber

Description

@eesaber

Does this library support reflecting Enum class member to string?

For example, I have a enum class Foo

enum class Foo {
  kBar,
  kBaz,
};

And I want to convert to string

"kBar", "kBaz"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions