System::Collections::Generic::operator<< Methode
Inhalt
[
Ausblenden
]System::Collections::Generic::operator«(std::ostream&, const KeyValuePair<TKey, TValue>&) method
Daten in den Stream mit UTF-8-Kodierung einfügen.
template<typename TKey,typename TValue> std::ostream & System::Collections::Generic::operator<<(std::ostream &stream, const KeyValuePair<TKey, TValue> &pair)
| Parameter | Beschreibung |
|---|---|
| TKey | Schlüsseltyp. |
| TValue | Werttyp. |
| Parameter | Typ | Beschreibung |
|---|---|---|
| Stream | std::ostream& | Ausgabestream zum Einfügen von Daten. |
| pair | const KeyValuePair<TKey, TValue>& | Zum Einfügen von Data. |
ReturnValue
stream.
Siehe auch
- Class KeyValuePair
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
System::Collections::Generic::operator«(std::wostream&, const KeyValuePair<TKey, TValue>&) method
Daten in den Stream einfügen.
template<typename TKey,typename TValue> std::wostream & System::Collections::Generic::operator<<(std::wostream &stream, const KeyValuePair<TKey, TValue> &pair)
| Parameter | Beschreibung |
|---|---|
| TKey | Schlüsseltyp. |
| TValue | Werttyp. |
| Parameter | Typ | Beschreibung |
|---|---|---|
| Stream | std::wostream& | Ausgabestream zum Einfügen von Daten. |
| pair | const KeyValuePair<TKey, TValue>& | Zum Einfügen von Data. |
ReturnValue
stream.
Siehe auch
- Class KeyValuePair
- Namespace System::Collections::Generic
- Library Aspose.Font for C++