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++