Boost.
Do you know any good resources/articles/examples of boost::fusion library usage? Boost Fusion looks extremely interesting, I think …
c++ templates boost-fusionTwo stackoverflow answers suggest the approach using fusion adapt_struct to iterate over struct fields. The approach looks nice. However, …
c++ reflection introspection template-meta-programming boost-fusion