Construct a tuple with arbitrary number of types, all constructable from a single type, and non-default-construcible

前端 未结 0 1965
囚心锁ツ
囚心锁ツ 2020-11-28 17:22

I have a tuple

using MyTuple = std::tuple;

and want to construct MyTuple like this

MyTuple foo{Foo1{

相关标签:
回答
  • 消灭零回复
提交回复
热议问题