首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏fangyangcoder

    copy-and-swap idiom

    our copy-constructor functionality by taking the argument by-value, C++11 will automatically pick the move-constructor

    1.1K20发布于 2019-12-12
  • 来自专栏JohnYao的技术分享

    协程及c++ 20原生协程研究报告 下

    另外参数传递部分,通过std::forward的使用,由此我们可以知道对于值传递的变量,会使用了他们的move-constructor

    1.4K20编辑于 2022-06-29
领券