C++:错误:typevalue mismatch at argument 1 in template parameter list for ‘template<class ... Types>

C++:错误:typevalue mismatch at argument 1 in template parameter list for ‘template<class ... Types>,第1张

C++:错误:type/value mismatch at argument 1 in template parameter list for ‘template<class ... Types>

文章目录
  • 错误
  • 代码
  • 原因 改正

错误

意思是,在Tuple模板参数列表的第一个参数,发生了类型或者值不匹配问题。

template.cpp: In function ‘int main()’:
template.cpp:16:8: error: type/value mismatch at argument 1 in template parameter list 

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5581229.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-14
下一篇 2022-12-14

发表评论

登录后才能评论

评论列表(0条)

保存