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++