开源使用者
标签
你如何构造一个带有嵌入空值的 std::string ?
2022-01-06 00:00:00
null
c++
stdstring
C++中的静态构造函数?我需要初始化私有静态对象
2022-01-05 00:00:00
private
static
initializer
c++
static-constructor
C++ 构造函数:const 引用初始化时的垃圾
2022-01-05 00:00:00
reference
constructor
constants
c++
'' 的构造函数必须显式初始化引用成员 ''
2022-01-05 00:00:00
reference
c++
member
C++:通过引用返回和复制构造函数
2022-01-05 00:00:00
reference
c++
return-value-optimization
return-by-reference
必须在构造函数初始化列表中初始化引用类型吗?
2022-01-05 00:00:00
reference
c++
为什么编译器会在模板参数列表中选择基类构造函数?
2022-01-04 00:00:00
scope
templates
base-class
c++
c++11
从构造函数捕获异常意味着我的实例之后超出范围
2022-01-04 00:00:00
constructor
exception-handling
scope
try-catch
c++
“类型开关"在 C++11 中构造
2022-01-02 00:00:00
lambda
functional-programming
polymorphism
c++
c++11
有错误的引用变量,必须在构造函数基类/成员初始化器中初始化
2021-12-31 00:00:00
constructor
compiler-errors
c++
visual-studio-2012
Visual C++:没有默认构造函数
2021-12-31 00:00:00
constructor
compiler-errors
c++
most-vexing-parse
为链表创建复制构造函数
2022-01-01 00:00:00
linked-list
c++
copy-constructor
函数调用参数中的构造函数类型转换
2021-12-31 00:00:00
casting
c++
c++11
什么时候强制转换调用新类型的构造函数?
2021-12-31 00:00:00
casting
c++
构造函数以抛出异常结束?是否存在内存泄漏?
2021-12-31 00:00:00
constructor
exception
memory-leaks
c++
使用 C++ 基类构造函数?
2021-12-30 00:00:00
inheritance
constructor
c++
c++11
在头文件与实现 (.cpp) 文件中定义构造函数
2021-12-30 00:00:00
constructor
c++
header-files
为什么显式允许默认构造函数和具有 2 个或更多(非默认)参数的构造函数?
2021-12-30 00:00:00
constructor
c++
explicit
explicit-constructor
创建派生类对象时将参数传递给基类构造函数
2021-12-30 00:00:00
oop
constructor
c++
在构造函数 C++ 中初始化引用
2021-12-30 00:00:00
constructor
c++
«
5
6
7
8
9
10
11
12
13
14
»