Split a struct into a tuple – stackoverflow.com

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

Artikel Terkait

0 Comment to "Split a struct into a tuple – stackoverflow.com"