Open jgehring opened 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.
std::pair
std::tuple
That would be not a big deal to add. However, RTTR is just a one man show....it will come one day.
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.