c++20
-
通用 lambda 的熟悉模板语法
-
固定尺寸 std::span 与 std::array
-
检测编译时文字和常量
-
为什么 std::span 会重载用于索引的函数调用运算符?
-
为什么 std::rel_ops::operators 在 C++20 中被弃用?
-
为什么要使用Concept&Constraint
-
为什么我们需要 C++ 中的 spaceship <=> 运算符?
-
模板推导与隐式用户定义转换运算符
-
为什么 std::variant 不能保存数组对象类型而 union 可以?
-
<=> 在 c++20 之前的代码中的合法出现
-
C++ 概念是否允许我的 class 在 declaration/definition 指定它满足特定概念?
-
在 C++20 中获取当前 date/time 是线程安全的吗?
-
三路比较运算符总是有效的吗?
-
便携式检测 __VA_OPT__ 支持?
-
三向比较运算符与减法有何不同?
-
C++17,<memory> 标准库中弃用的函数?
-
std::decay 和 std::remove_reference 之间的区别
-
你能为 ContiguousIterator 写一个概念吗?
-
"compares less than 0" 是什么意思?
-
std::osyncstream的用途?