System::Collections::Generic::operator<< methode
inhoud
[
verbergen
]System::Collections::Generic::operator«(std::ostream&, const KeyValuePair<TKey, TValue>&) method
Voeg gegevens in de stream in met UTF-8-codering.
template<typename TKey,typename TValue> std::ostream & System::Collections::Generic::operator<<(std::ostream &stream, const KeyValuePair<TKey, TValue> &pair)
| Parameter | Beschrijving |
|---|---|
| TKey | Sleuteltype. |
| TValue | Waarde‑type. |
| Parameter | Type | Beschrijving |
|---|---|---|
| stream | std::ostream& | Uitvoerstroom om gegevens in te voegen. |
| pair | const KeyValuePair<TKey, TValue>& | Data om in te voegen. |
ReturnValue
stream.
Zie ook
- Class KeyValuePair
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
System::Collections::Generic::operator«(std::wostream&, const KeyValuePair<TKey, TValue>&) method
Voeg gegevens in de stream in.
template<typename TKey,typename TValue> std::wostream & System::Collections::Generic::operator<<(std::wostream &stream, const KeyValuePair<TKey, TValue> &pair)
| Parameter | Beschrijving |
|---|---|
| TKey | Sleuteltype. |
| TValue | Waarde‑type. |
| Parameter | Type | Beschrijving |
|---|---|---|
| stream | std::wostream& | Uitvoerstroom om gegevens in te voegen. |
| pair | const KeyValuePair<TKey, TValue>& | Data om in te voegen. |
ReturnValue
stream.
Zie ook
- Class KeyValuePair
- Namespace System::Collections::Generic
- Library Aspose.Page for C++