开源使用者
标签
使用带有可变参数模板函数的 decltype 的尾随返回类型
2021-12-13 00:00:00
templates
c++
c++11
variadic-functions
decltype
使用模板进行隐式类型转换
2021-12-13 00:00:00
type-conversion
templates
c++
在编译时确定类型是否为 STL 容器
2021-12-13 00:00:00
templates
c++
stl
template-meta-programming
C++ 获取模板中的类型名称
2021-12-13 00:00:00
templates
c++
compile-time
typename
“不完整类型的无效使用"部分模板特化错误
2021-12-13 00:00:00
gcc
templates
c++
partial-specialization
声明类型的指针?
2021-12-13 00:00:00
pointers
c
c++
错误:从“int"类型的右值初始化“int&"类型的非常量引用无效
2021-12-13 00:00:00
reference
pointers
c++
仅接受某些类型的 C++ 模板
2021-12-13 00:00:00
templates
c++
是“一过即尽"吗?非数组类型的指针是 C++ 中的有效概念吗?
2021-12-13 00:00:00
pointers
c++
pointer-arithmetic
自 C++17 以来,具有正确地址和类型的指针是否仍然始终是有效指针?
2021-12-13 00:00:00
pointers
language-lawyer
c++
c++17
c++14
声明指针;类型和名称之间的空格左边还是右边的星号?
2021-12-13 00:00:00
pointers
c
c++
SFINAE 在返回类型中工作但不作为模板参数
2021-12-12 00:00:00
templates
c++
c++11
sfinae
有没有办法在 for 循环初始值设定项中定义两种不同类型的变量?
2021-12-11 00:00:00
for-loop
scope
initializer
c++
variable-declaration
是否可以在 for 循环中声明两个不同类型的变量?
2021-12-11 00:00:00
for-loop
scope
c++
declaration
我可以在 for 循环的初始化中声明不同类型的变量吗?
2021-12-11 00:00:00
for-loop
scope
initializer
c++
variable-declaration
为什么 C++ 映射类型参数在使用 [] 时需要一个空的构造函数?
2021-12-10 00:00:00
dictionary
c++
错误:无法将“int&"类型的非常量左值引用绑定到“int"类型的右值
2021-12-09 00:00:00
class
constructor
c++
如何检查类中是否存在成员名称(变量或函数),无论是否指定类型?
2021-12-09 00:00:00
class
macros
templates
c++
member
为什么不能在 C++ 中重新定义类中的类型名称?
2021-12-09 00:00:00
class
scope
c++
typename
C++ 中嵌套类型/类的前向声明
2021-12-09 00:00:00
class
nested
forward-declaration
c++
«
57
58
59
60
61
62
63
64
65
66
»