std::reference_wrapper v.s. int&

前端 未结 0 1238
渐次进展
渐次进展 2020-12-08 23:28

I was trying out the std::reference_wrapper with the following snippet

int a = 42, b = 52;
std::tuple<         


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