Files
toml11/examples/reflect
2024-06-15 19:23:05 +09:00
..
2024-06-15 19:23:05 +09:00
2024-06-15 19:23:05 +09:00
2024-06-15 19:23:05 +09:00
2024-06-15 19:23:05 +09:00
2024-06-15 19:23:05 +09:00

reflect

Auto convert from user-defined structs to toml::value.

It depends on boost-ext/reflect.

build

Build toml11 with -DTOML11_BUILD_EXAMPLES=ON.

$ cmake -B ./build/ -DTOML11_BUILD_EXAMPLES=ON