2
0
mirror of https://github.com/boostorg/pfr.git synced 2026-01-19 04:22:13 +00:00

Updated docs, examples and polished headers

This commit is contained in:
Antony Polukhin
2016-06-15 23:30:56 +03:00
parent efe421e982
commit 36d22fe4de
10 changed files with 225 additions and 83 deletions

View File

@@ -4,6 +4,7 @@ This C++14 library is meant for accessing structure elements by index and provid
[Latest documentation](http://apolukhin.github.com/magic_get/index.html)
[Pre Boost version](https://github.com/apolukhin/magic_get/tree/pre_boost)
### Motivating example
@@ -31,7 +32,6 @@ my_struct has 3 fields: { 100, H, 3.14159 }
```
### Requirements and Limitations
* C++14 compatible compiler (GCC-5.0+, Clang, ...)