System::Collections::Generic::BaseDictionary::BaseDictionary 构造函数
内容
[
隐藏
]BaseDictionary::BaseDictionary() constructor
创建空数据结构。
System::Collections::Generic::BaseDictionary<Map>::BaseDictionary()
另见
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
BaseDictionary::BaseDictionary(BaseType *) constructor
拷贝构造函数。
System::Collections::Generic::BaseDictionary<Map>::BaseDictionary(BaseType *src)
| Parameter | Type | 描述 |
|---|---|---|
| src | BaseType * | Object 用于复制数据的对象。 |
另见
- Typedef BaseType
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
BaseDictionary::BaseDictionary(BaseType *, const Args&…) constructor
拷贝构造函数。
template<class...> System::Collections::Generic::BaseDictionary<Map>::BaseDictionary(BaseType *src, const Args &... args)
| Parameter | 描述 |
|---|---|
| 参数 | 映射构造函数参数的类型。 |
| Parameter | Type | 描述 |
|---|---|---|
| src | BaseType * | Object 用于复制数据的对象。 |
| args | const Args&… | 转发给底层映射构造函数的参数。 |
另见
- Typedef BaseType
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
BaseDictionary::BaseDictionary(int, const Args&…) constructor
转发构造函数,将参数传递给底层 map 构造函数。
template<class...> System::Collections::Generic::BaseDictionary<Map>::BaseDictionary(int, const Args &... args)
| Parameter | 描述 |
|---|---|
| 参数 | 转发给映射的参数类型。 |
| Parameter | Type | 描述 |
|---|---|---|
| args | int | 转发给底层映射的参数。 |
另见
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++