в variadic templates?
Something like this:
template <typename ...Args>
struct X {
Args... fields; // ну или как-то иначе
}
tuple
а обращаться как?)
А если как-то в union?
Ждем [P1858]
P1858R0: Generalized pack declaration and usage (by Barry Revzin) (2019-10-07) (Related: GitHub issue) P1858R1: Generalized pack declaration and usage (by Barry Revzin) (2020-01-08) (Related: GitHub issue) P1858R2: Generalized pack declaration and usage (by Barry Revzin) (2020-03-01) (Related: GitHub issue)
Обсуждают сегодня