System::Collections::Generic::operator<< 方法
System::Collections::Generic::operator«(std::ostream&, const KeyValuePair<TKey, TValue>&) method
使用 UTF-8 编码将数据插入流。
template<typename TKey,typename TValue> std::ostream & System::Collections::Generic::operator<<(std::ostream &stream, const KeyValuePair<TKey, TValue> &pair)
| Parameter | 描述 |
|---|---|
| TKey | 密钥类型。 |
| TValue | 值类型。 |
| Parameter | Type | 描述 |
|---|---|---|
| 流 | std::ostream& | 用于插入数据的输出流。 |
| pair | const KeyValuePair<TKey, TValue>& | Data 用于插入。 |
ReturnValue
stream.
另见
- Class KeyValuePair
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
System::Collections::Generic::operator«(std::wostream&, const KeyValuePair<TKey, TValue>&) method
将数据插入流。
template<typename TKey,typename TValue> std::wostream & System::Collections::Generic::operator<<(std::wostream &stream, const KeyValuePair<TKey, TValue> &pair)
| Parameter | 描述 |
|---|---|
| TKey | 密钥类型。 |
| TValue | 值类型。 |
| Parameter | Type | 描述 |
|---|---|---|
| 流 | std::wostream& | 用于插入数据的输出流。 |
| pair | const KeyValuePair<TKey, TValue>& | Data 用于插入。 |
ReturnValue
stream.
另见
- Class KeyValuePair
- Namespace System::Collections::Generic
- Library Aspose.Page for C++