System::Collections::Generic::operator<< méthode
Contenu
[
Cacher
]System::Collections::Generic::operator«(std::ostream&, const KeyValuePair<TKey, TValue>&) method
Insérez des données dans le flux en utilisant l’encodage UTF-8.
template<typename TKey,typename TValue> std::ostream & System::Collections::Generic::operator<<(std::ostream &stream, const KeyValuePair<TKey, TValue> &pair)
| Paramètre | Description |
|---|---|
| TKey | Type de clé. |
| TValue | Type valeur. |
| Paramètre | Type | Description |
|---|---|---|
| flux | std::ostream& | Flux de sortie dans lequel insérer des données. |
| pair | const KeyValuePair<TKey, TValue>& | Data à insérer. |
ReturnValue
stream.
Voir aussi
- Class KeyValuePair
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
System::Collections::Generic::operator«(std::wostream&, const KeyValuePair<TKey, TValue>&) method
Insérez des données dans le flux.
template<typename TKey,typename TValue> std::wostream & System::Collections::Generic::operator<<(std::wostream &stream, const KeyValuePair<TKey, TValue> &pair)
| Paramètre | Description |
|---|---|
| TKey | Type de clé. |
| TValue | Type valeur. |
| Paramètre | Type | Description |
|---|---|---|
| flux | std::wostream& | Flux de sortie dans lequel insérer des données. |
| pair | const KeyValuePair<TKey, TValue>& | Data à insérer. |
ReturnValue
stream.
Voir aussi
- Class KeyValuePair
- Namespace System::Collections::Generic
- Library Aspose.Font for C++