fadfadfafsfasd / cdqpt.github.io

陈德强的博客
https://www.purethought.cn/
0 stars 0 forks source link

tuple库 | ALaDing #216

Open fadfadfafsfasd opened 5 years ago

fadfadfafsfasd commented 5 years ago

https://purethought.cn/2019/10/05/%E7%BC%96%E7%A8%8B/C/tuple%E5%BA%93/

tuple可以存储不同类型的元素,同时可以用于返回多个值而不必构建结构体。

include<tuple>

一、函数make_tuple:函数模板,创建一个tuple对象std::get<size_t index>(std