Metodo System::Collections::Generic::operator<<

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)
ParametroDescrizione
TKeyTipo di chiave.
TValueTipo valore.
ParametroTipoDescrizione
streamstd::ostream&Stream di output in cui inserire i dati.
pairconst KeyValuePair<TKey, TValue>&Data da inserire.

ReturnValue

stream.

Vedi anche

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)
ParametroDescrizione
TKeyTipo di chiave.
TValueTipo valore.
ParametroTipoDescrizione
streamstd::wostream&Stream di output in cui inserire i dati.
pairconst KeyValuePair<TKey, TValue>&Data da inserire.

ReturnValue

stream.

Vedi anche