Metode System::Collections::Generic::operator<<
isi
[
bersembunyi
]System::Collections::Generic::operator«(std::ostream&, const KeyValuePair<TKey, TValue>&) method
Masukkan data ke dalam stream menggunakan enkoding UTF-8.
template<typename TKey,typename TValue> std::ostream & System::Collections::Generic::operator<<(std::ostream &stream, const KeyValuePair<TKey, TValue> &pair)
| Parameter | Deskripsi |
|---|---|
| TKey | Tipe kunci. |
| TValue | Tipe nilai. |
| Parameter | Tipe | Deskripsi |
|---|---|---|
| stream | std::ostream& | Stream output untuk memasukkan data. |
| pair | const KeyValuePair<TKey, TValue>& | Data untuk dimasukkan. |
ReturnValue
stream.
Lihat Juga
- Class KeyValuePair
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
System::Collections::Generic::operator«(std::wostream&, const KeyValuePair<TKey, TValue>&) method
Masukkan data ke dalam stream.
template<typename TKey,typename TValue> std::wostream & System::Collections::Generic::operator<<(std::wostream &stream, const KeyValuePair<TKey, TValue> &pair)
| Parameter | Deskripsi |
|---|---|
| TKey | Tipe kunci. |
| TValue | Tipe nilai. |
| Parameter | Tipe | Deskripsi |
|---|---|---|
| stream | std::wostream& | Stream output untuk memasukkan data. |
| pair | const KeyValuePair<TKey, TValue>& | Data untuk dimasukkan. |
ReturnValue
stream.
Lihat Juga
- Class KeyValuePair
- Namespace System::Collections::Generic
- Library Aspose.Page for C++