- explicit constructor call
- 调用 transfer temporarily for a s ...
- 构造 structure; construction; con ...
- 函数 function
- 默认调用的无参构造函数 default calling non-parameter constructor
- 构造函数 constructed function; constructor (ctor); constructors; copy constructor; default constructor
- 可构造函数 constructablefunction
- 态构造函数 static constructors
- 复制构造函数 copy constructor
- 构造函数设计 constructor design
- 构造函数执行 constructor execution
- 静态构造函数 static constructors
- 局部构造函数 private constructors
- 拷贝构造函数 copy constructor
- 默认构造函数 default constructors
- 缺省构造函数 default constructor
- 实例构造函数 instance constructors
- 无参构造函数 non-parameter constructor
- 重载构造函数 overload constructor
- 转发构造函数 forwarding constructor
- 不允许虚构造函数 error 151 virtual constructors are not allowed
- 构造函数本体上移 pull uconstructor body
- 构造函数初始化 constructor initializers
- 构造函数的重载 constructor overload
- 默认拷贝构造函数 default copy constructor
- 缺构造函数标识符 error 152 constructor identifier expected
"查查词典"手机版
千万人都在用的超大词汇词典翻译APP
- Used to create objects and invoke constructors
用于创建对象和调用构造函数。 - Each time you call a constructor , or the
每当调用构造函数或 - Before calling the constructor ,
调用构造函数前, - For calling the constructor
用于调用构造函数。 - To invoke a method , but not a constructor or a type initializer
,表示调用方法,而不调用构造函数或类型初始值设定项。 - After the constructor has been called , the now initialized object reference type
在调用构造函数后,将新初始化的对象引用( - Describes how constructors and destructors are called in a class hierarchy
说明如何在类层次结构中调用构造函数和析构函数。 - Allocates an uninitialized object or value type and calls the constructor method
分配未初始化的对象或值类型并调用构造函数方法 - However , invoking a constructor to get an unintialized pointer is inefficient
但是,通过调用构造函数来获得未被初始化的指针效率很低。 - It turns out that this actually has to do with using lowercase letters ; you have to use
看起来必须使用小写字母;但在调用构造函数时必须用
Last modified time:Mon, 18 Aug 2025 00:29:56 GMT