会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
htj10
心 灵
欢喜 快乐
Stay Hungry, Stay Foolish.
博客园
首页
新随笔
联系
管理
2023年8月26日
C++11 右值引用&&、移动语义std::move、完美转发std::forward
摘要: 参考:https://blog.csdn.net/HR_Reborn/article/details/130363997 #pragma once class Array { public: Array() : size_(0), data_(nullptr){ } Array(int size)
阅读全文
posted @ 2023-08-26 17:03 htj10
阅读(70)
评论(0)
推荐(0)
编辑
公告
TOP