Метод 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)
| Параметр | Описание |
|---|---|
| TKey | Тип ключа. |
| TValue | Тип значения. |
| Параметр | Тип | Описание |
|---|---|---|
| поток | std::ostream& | Выходной поток для вставки данных. |
| pair | const KeyValuePair<TKey, TValue>& | Data для вставки. |
ReturnValue
stream.
См. также
- Class KeyValuePair
- Namespace System::Collections::Generic
- Library Aspose.Font 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)
| Параметр | Описание |
|---|---|
| TKey | Тип ключа. |
| TValue | Тип значения. |
| Параметр | Тип | Описание |
|---|---|---|
| поток | std::wostream& | Выходной поток для вставки данных. |
| pair | const KeyValuePair<TKey, TValue>& | Data для вставки. |
ReturnValue
stream.
См. также
- Class KeyValuePair
- Namespace System::Collections::Generic
- Library Aspose.Font for C++