System::Collections::BitArray::BitArray 构造函数
内容
[
隐藏
]BitArray::BitArray(const BitArray&) constructor
拷贝构造函数。
System::Collections::BitArray::BitArray(const BitArray &bits)
| 参数 | 类型 | 描述 |
|---|---|---|
| 位 | const BitArray& | 用于复制数据的容器。 |
另见
- Class BitArray
- Class BitArray
- Namespace System::Collections
- Library Aspose.Font for C++
BitArray::BitArray(const BitArrayPtr&) constructor
拷贝构造函数。
System::Collections::BitArray::BitArray(const BitArrayPtr &array)
| 参数 | 类型 | 描述 |
|---|---|---|
| array | const BitArrayPtr& | 用于复制数据的BitArray 。 |
另见
- Class BitArrayPtr
- Class BitArray
- Namespace System::Collections
- Library Aspose.Font for C++
BitArray::BitArray(const bitset&) constructor
拷贝构造函数。
System::Collections::BitArray::BitArray(const bitset &bits)
| 参数 | 类型 | 描述 |
|---|---|---|
| 位 | const bitset& | 用于复制数据的容器。 |
另见
- Typedef bitset
- Class BitArray
- Namespace System::Collections
- Library Aspose.Font for C++
BitArray::BitArray(const System::ArrayPtr<bool>&) constructor
拷贝构造函数。
System::Collections::BitArray::BitArray(const System::ArrayPtr<bool> &values)
| 参数 | 类型 | 描述 |
|---|---|---|
| 值 | const System::ArrayPtr<bool>& | 用于逐元素复制数据的容器。 |
另见
- Typedef ArrayPtr
- Class BitArray
- Namespace System::Collections
- Library Aspose.Font for C++
BitArray::BitArray(const System::ArrayPtr<int>&) constructor
拷贝构造函数。
System::Collections::BitArray::BitArray(const System::ArrayPtr<int> &values)
| 参数 | 类型 | 描述 |
|---|---|---|
| 值 | const System::ArrayPtr<int>& | 用于按位复制数据的容器。 |
另见
- Typedef ArrayPtr
- Class BitArray
- Namespace System::Collections
- Library Aspose.Font for C++
BitArray::BitArray(const System::ArrayPtr<uint8_t>&) constructor
拷贝构造函数。
System::Collections::BitArray::BitArray(const System::ArrayPtr<uint8_t> &bytes)
| 参数 | 类型 | 描述 |
|---|---|---|
| 字节 | const System::ArrayPtr<uint8_t>& | 用于按位复制数据的容器。 |
另见
- Typedef ArrayPtr
- Class BitArray
- Namespace System::Collections
- Library Aspose.Font for C++
BitArray::BitArray(int, bool) constructor
填充构造函数。
System::Collections::BitArray::BitArray(int length, bool defaultValue=false)
| 参数 | 类型 | 描述 |
|---|---|---|
| 长度 | int | 要填充的元素数量。 |
| defaultValue | bool | 填充值。 |
另见
- Class BitArray
- Namespace System::Collections
- Library Aspose.Font for C++