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& | 데이터를 삽입할 출력 스트림입니다. |
| pair | const KeyValuePair<TKey, TValue>& | 삽입할 Data |
ReturnValue
stream.
또 보기
- Class KeyValuePair
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
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& | 데이터를 삽입할 출력 스트림입니다. |
| pair | const KeyValuePair<TKey, TValue>& | 삽입할 Data |
ReturnValue
stream.
또 보기
- Class KeyValuePair
- Namespace System::Collections::Generic
- Library Aspose.Page for C++