System::Collections::Generic::operator<< método
Contenido
[
Ocultar
]System::Collections::Generic::operator«(std::ostream&, const KeyValuePair<TKey, TValue>&) method
Inserta datos en el flujo usando codificación UTF-8.
template<typename TKey,typename TValue> std::ostream & System::Collections::Generic::operator<<(std::ostream &stream, const KeyValuePair<TKey, TValue> &pair)
| Parámetro | Descripción |
|---|---|
| TKey | Tipo de clave. |
| TValue | Tipo de valor. |
| Parámetro | Tipo | Descripción |
|---|---|---|
| flujo | std::ostream& | Flujo de salida donde insertar datos. |
| pair | const KeyValuePair<TKey, TValue>& | Data para insertar. |
ReturnValue
stream.
Ver también
- Class KeyValuePair
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
System::Collections::Generic::operator«(std::wostream&, const KeyValuePair<TKey, TValue>&) method
Inserta datos en el flujo.
template<typename TKey,typename TValue> std::wostream & System::Collections::Generic::operator<<(std::wostream &stream, const KeyValuePair<TKey, TValue> &pair)
| Parámetro | Descripción |
|---|---|
| TKey | Tipo de clave. |
| TValue | Tipo de valor. |
| Parámetro | Tipo | Descripción |
|---|---|---|
| flujo | std::wostream& | Flujo de salida donde insertar datos. |
| pair | const KeyValuePair<TKey, TValue>& | Data para insertar. |
ReturnValue
stream.
Ver también
- Class KeyValuePair
- Namespace System::Collections::Generic
- Library Aspose.Page for C++