describe icon indicating copy to clipboard operation
describe copied to clipboard

Add `BOOST_DEFINE_STRUCT`

Open denzor200 opened this issue 2 years ago • 0 comments

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

denzor200 avatar Dec 12 '22 15:12 denzor200