System::Collections::Generic::operator<< metod
Innehåll
[
Dölj
]System::Collections::Generic::operator«(std::ostream&, const KeyValuePair<TKey, TValue>&) method
Infoga data i strömmen med UTF‑8‑kodning.
template<typename TKey,typename TValue> std::ostream & System::Collections::Generic::operator<<(std::ostream &stream, const KeyValuePair<TKey, TValue> &pair)
| Parameter | Beskrivning |
|---|---|
| TKey | Nyckeltyp. |
| TValue | Värdetyp. |
| Parameter | Type | Beskrivning |
|---|---|---|
| ström | std::ostream& | Utdatastream att infoga data i. |
| pair | const KeyValuePair<TKey, TValue>& | Data att infoga. |
ReturnValue
stream.
Se även
- Class KeyValuePair
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
System::Collections::Generic::operator«(std::wostream&, const KeyValuePair<TKey, TValue>&) method
Infoga data i strömmen.
template<typename TKey,typename TValue> std::wostream & System::Collections::Generic::operator<<(std::wostream &stream, const KeyValuePair<TKey, TValue> &pair)
| Parameter | Beskrivning |
|---|---|
| TKey | Nyckeltyp. |
| TValue | Värdetyp. |
| Parameter | Type | Beskrivning |
|---|---|---|
| ström | std::wostream& | Utdatastream att infoga data i. |
| pair | const KeyValuePair<TKey, TValue>& | Data att infoga. |
ReturnValue
stream.
Se även
- Class KeyValuePair
- Namespace System::Collections::Generic
- Library Aspose.Page for C++