Split a struct into a tuple – stackoverflow.com 11:43 Posted by Unknown No Comments The question is pretty straight, how could I generate : std::tuple<float, int, double> If I know the type : struct Foo { float a; int b; double c; }; And how could I retrieve the data, in ... from Hot Questions - Stack Exchange OnStackOverflow via Blogspot Share this Unknown
0 Comment to "Split a struct into a tuple – stackoverflow.com"
Post a Comment