File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ created : 2025-10-30
3+ updated : 2025-10-30
4+ ---
15[ 原来一行DOTween可以干这么多事!] ( https://www.bilibili.com/video/BV1kr421t7c8/ )
26
37[ DOTween - Documentation] ( https://dotween.demigiant.com/documentation.php#genericTo )
Original file line number Diff line number Diff line change @@ -1248,9 +1248,9 @@ void producer() {
12481248}
12491249```
12501250
1251- *太深奥了,感觉得看多态内存相关补一下了后面。*
1251+ *太深奥了,感觉得看多态内存相关补一下了后面……好吧,我脑抽了,这个多态内存资源就如其名了,其实是内存的多态释放和分配。std::pmr::memory_resource 类提供了一个接口,可以通过这个接口来进行多态的内存释放和分配,适应多样化的内存性能需求 。*
12521252
1253- 多态资源必须从 memory_resource 派生,并且定义了成员函数 allocate()、deallocate() 和 is_equal().
1253+ 多态内存资源必须从 memory_resource 派生,并且定义了成员函数 allocate()、deallocate() 和 is_equal().
12541254
12551255### 容器概述
12561256
Original file line number Diff line number Diff line change 1+ ---
2+ created : " 2025-11-09"
3+ updated : " 2025-11-09"
4+ ---
15- [ ooee收藏夹 | 分享互联网各种优秀的网站网址] ( https://www.oedh.top/ )
26
37## 软件工具
You can’t perform that action at this time.
0 commit comments