WrapDB Browser

WrapDB Browser

magic_enum

Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code

Neargye/magic_enum
Latest Upstream Version:v0.9.8
Package metadata is not taken from the WrapDB database and may be inaccurate. See this issue for details.

Version:

Usage

Install the latest magic_enum package with the following command:

meson wrap install magic_enum

Or, download the wrap file directly fromthis linkand place it in the 'subprojects' directory of your project.

Libraries (or programs) from magic_enum 0.9.8-1 can be used by adding the following lines to your meson.build file:

magic_enum_dep = dependency('magic_enum')

Patch Files Preview

No patch files needed for this package.