Метод System::Collections::Generic::operator<<

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

Вставьте данные в поток, используя кодировку UTF-8.

template<typename TKey,typename TValue> std::ostream & System::Collections::Generic::operator<<(std::ostream &stream, const KeyValuePair<TKey, TValue> &pair)
ПараметрОписание
TKeyТип ключа.
TValueТип значения.
ПараметрТипОписание
потокstd::ostream&Выходной поток для вставки данных.
pairconst KeyValuePair<TKey, TValue>&Data для вставки.

ReturnValue

stream.

См. также

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

Вставьте данные в поток.

template<typename TKey,typename TValue> std::wostream & System::Collections::Generic::operator<<(std::wostream &stream, const KeyValuePair<TKey, TValue> &pair)
ПараметрОписание
TKeyТип ключа.
TValueТип значения.
ПараметрТипОписание
потокstd::wostream&Выходной поток для вставки данных.
pairconst KeyValuePair<TKey, TValue>&Data для вставки.

ReturnValue

stream.

См. также