首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏C++核心准则原文翻译

    C++核心准则ES.56​:只在需要将一个对象显式移动到另外的作用域时使用std::move​

    原文链接 https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#es56-write-stdmove-only-when-you-need-to-explicitly-move-an-object-to-another-scope

    1.4K20发布于 2020-05-25
  • 来自专栏未竟东方白

    【笔记】C++2.0新特性

    std::move and std::forward (https://stackoverflow.com/questions/9671749/whats-the-difference-between-stdmove-and-stdforward

    1.2K20编辑于 2022-03-04
  • 来自专栏光城(guangcity)

    现代C++之万能引用、完美转发、引用折叠(万字长文)

    what-are-rvalues-lvalues-xvalues-glvalues-and-prvalues [5] https://stackoverflow.com/questions/9671749/whats-the-difference-between-stdmove-and-stdforward

    7.4K22发布于 2019-12-30
领券