System::Collections::Generic::operator<< metod

System::Collections::Generic::operator«(std::ostream&, const KeyValuePair<TKey, TValue>&) method

Infoga data i strömmen med UTF‑8‑kodning.

template<typename TKey,typename TValue> std::ostream & System::Collections::Generic::operator<<(std::ostream &stream, const KeyValuePair<TKey, TValue> &pair)
ParameterBeskrivning
TKeyNyckeltyp.
TValueVärdetyp.
ParameterTypeBeskrivning
strömstd::ostream&Utdatastream att infoga data i.
pairconst KeyValuePair<TKey, TValue>&Data att infoga.

ReturnValue

stream.

Se även

System::Collections::Generic::operator«(std::wostream&, const KeyValuePair<TKey, TValue>&) method

Infoga data i strömmen.

template<typename TKey,typename TValue> std::wostream & System::Collections::Generic::operator<<(std::wostream &stream, const KeyValuePair<TKey, TValue> &pair)
ParameterBeskrivning
TKeyNyckeltyp.
TValueVärdetyp.
ParameterTypeBeskrivning
strömstd::wostream&Utdatastream att infoga data i.
pairconst KeyValuePair<TKey, TValue>&Data att infoga.

ReturnValue

stream.

Se även