Metodo System::Collections::Generic::operator<<
Contenuti
[
Nascondere
]System::Collections::Generic::operator«(std::ostream&, const KeyValuePair<TKey, TValue>&) method
Inserisci dati nello stream usando la codifica UTF-8.
template<typename TKey,typename TValue> std::ostream & System::Collections::Generic::operator<<(std::ostream &stream, const KeyValuePair<TKey, TValue> &pair)
| Parametro | Descrizione |
|---|---|
| TKey | Tipo di chiave. |
| TValue | Tipo valore. |
| Parametro | Tipo | Descrizione |
|---|---|---|
| stream | std::ostream& | Stream di output in cui inserire i dati. |
| pair | const KeyValuePair<TKey, TValue>& | Data da inserire. |
ReturnValue
stream.
Vedi anche
- Class KeyValuePair
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
System::Collections::Generic::operator«(std::wostream&, const KeyValuePair<TKey, TValue>&) method
Inserisci dati nello stream.
template<typename TKey,typename TValue> std::wostream & System::Collections::Generic::operator<<(std::wostream &stream, const KeyValuePair<TKey, TValue> &pair)
| Parametro | Descrizione |
|---|---|
| TKey | Tipo di chiave. |
| TValue | Tipo valore. |
| Parametro | Tipo | Descrizione |
|---|---|---|
| stream | std::wostream& | Stream di output in cui inserire i dati. |
| pair | const KeyValuePair<TKey, TValue>& | Data da inserire. |
ReturnValue
stream.
Vedi anche
- Class KeyValuePair
- Namespace System::Collections::Generic
- Library Aspose.Font for C++