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