mardi 27 juin 2017

how to convert tuple to byte array in c++11

In my project, I need to write a function to convert tuple to byte array. The type of tuple may include int, long, double, std::string, char*,etc For example, std:tuple or std:tuple t2("abc", 1, 2, 1.3, 1.4) The size and type of tuple might be Arbitrary

Aucun commentaire:

Enregistrer un commentaire