rttrorg / rttr

C++ Reflection Library
https://www.rttr.org
MIT License
3.18k stars 441 forks source link

A mapper class for tuples? #85

Open jgehring opened 7 years ago

jgehring commented 7 years ago

It would be great to be able to work with collections of heterogeneous values (std::pair, std::tuple) similar to how sequential and associative containers can be used via their respective mappers.

acki-m commented 6 years ago

That would be not a big deal to add. However, RTTR is just a one man show....it will come one day.