How, if possible, can I use variadic templates to make a function that prints multiple std::vectors of any type side by side?

前端 未结 0 1294
天命终不由人
天命终不由人 2020-11-29 05:47

I am trying to write a function compareV() that takes some number of vectors (probably less than six) of any built-in type printable with cout, passed as const reference and

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