const-correctness

标签

Cards List
#const-correctness

C++26:更多函数包装器

Lobsters Hottest · 2026-05-20 缓存

C++26 引入了两个新的函数包装器:std::copyable_function(提供了可复制且 const 正确的 std::function 替代品)和 std::function_ref(一个非拥有、可调用的引用,具有引用语义)。

0 人收藏 0 人点赞
← 返回首页

提交意见反馈