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