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.

또 보기