mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-17 00:38:08 +08:00
14 lines
262 B
Markdown
14 lines
262 B
Markdown
# reflect
|
|
|
|
Auto convert from user-defined `struct`s to `toml::value`.
|
|
|
|
It depends on [boost-ext/reflect](https://github.com/boost-ext/reflect).
|
|
|
|
## build
|
|
|
|
Build toml11 with `-DTOML11_BUILD_EXAMPLES=ON`.
|
|
|
|
```cpp
|
|
$ cmake -B ./build/ -DTOML11_BUILD_EXAMPLES=ON
|
|
```
|