boostorg / describe

A C++14 reflection library
https://boost.org/libs/describe
67 stars 24 forks source link

Pretty print struct without BOOST_DESCRIBE_STRUCT? #37

Closed infn-ke closed 1 year ago

infn-ke commented 1 year ago

Is it possible to pretty print a data structure without first defining BOOST_DESCRIBE_STRUCT? I.e. similar way as done in boost pfr.

pdimov commented 1 year ago

No, sorry.

I was going to suggest PFR, but it looks like you already know about it.