boostorg / boostorg/describe

Add `BOOST_DEFINE_STRUCT`

Open
#35 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.