mardi 3 mai 2016

How to create a get() member function for a std::tuple

My problem is std::tuple has no member function like

auto t = std::make_tuple(1,2,"foo");
t.get(1);

how can I implement such a function when I create a wrapper class arround std::tuple

Aucun commentaire:

Enregistrer un commentaire