demo code like this ``` #include "boost/pfr.hpp" struct some_person { float data[3]; }; int main(int argc, const char* argv[]) { auto name = boost::pfr::names_as_array<some_person>(); } ```
demo code like this