طريقة 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.Font 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.Font for C++