Add `BOOST_DEFINE_STRUCT`
Open
- Dominant language
- C++
- Stars
- 78
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
Like this:
```
BOOST_DEFINE_STRUCT(X, (), (
(int, m1),
(int, m2)
));
```
Gives the similar result as here: https://www.boost.org/doc/libs/master/libs/describe/doc/html/describe.html#classes_class_types_with_public_members
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.