System::Collections::Generic::operator<< yöntemi
İçindekiler
[
Saklamak
]System::Collections::Generic::operator«(std::ostream&, const KeyValuePair<TKey, TValue>&) method
UTF-8 kodlaması kullanarak akıma veri ekleyin.
template<typename TKey,typename TValue> std::ostream & System::Collections::Generic::operator<<(std::ostream &stream, const KeyValuePair<TKey, TValue> &pair)
| Parametre | Açıklama |
|---|---|
| TKey | Anahtar türü. |
| TValue | Değer türü. |
| Parametre | Tür | Açıklama |
|---|---|---|
| akış | std::ostream& | Veri eklemek için çıktı akışı. |
| pair | const KeyValuePair<TKey, TValue>& | Data eklemek için. |
ReturnValue
stream.
Ayrıca Bakınız
- Class KeyValuePair
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
System::Collections::Generic::operator«(std::wostream&, const KeyValuePair<TKey, TValue>&) method
Akıma veri ekleyin.
template<typename TKey,typename TValue> std::wostream & System::Collections::Generic::operator<<(std::wostream &stream, const KeyValuePair<TKey, TValue> &pair)
| Parametre | Açıklama |
|---|---|
| TKey | Anahtar türü. |
| TValue | Değer türü. |
| Parametre | Tür | Açıklama |
|---|---|---|
| akış | std::wostream& | Veri eklemek için çıktı akışı. |
| pair | const KeyValuePair<TKey, TValue>& | Data eklemek için. |
ReturnValue
stream.
Ayrıca Bakınız
- Class KeyValuePair
- Namespace System::Collections::Generic
- Library Aspose.Font for C++