System::operator<< विधि
System::operator«(std::ostream&, const String&) method
UTF-8 एन्कोडिंग का उपयोग करके एक स्ट्रिंग को आउटपुट स्ट्रीम पर आउटपुट करता है।
std::ostream & System::operator<<(std::ostream &os, const String &str)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| os | std::ostream& | एक आउटपुट स्ट्रीम ऑब्जेक्ट (basic_ostream के char के साथ इंस्टैंसिएशन)। |
| str | const String& | आउटपुट स्ट्रीम को भेजी जाने वाली एक स्ट्रिंग। |
ReturnValue
एक आउटपुट स्ट्रीम जिसमें स्ट्रिंग जोड़ी गई थी।
संबंधित देखें
- Class String
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::ostream&, const Decimal&) method
UTF-8 एन्कोडिंग का उपयोग करके डेटा को स्ट्रीम में डालें।
std::ostream & System::operator<<(std::ostream &stream, const Decimal &decimal)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| स्ट्रीम | std::ostream& | डेटा डालने के लिए आउटपुट स्ट्रीम। |
| decimal | const Decimal& | डालने के लिए Data। |
ReturnValue
stream.
संबंधित देखें
- Class Decimal
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::ostream&, const Exception&) method
UTF-8 एन्कोडिंग का उपयोग करके डेटा को स्ट्रीम में डालें।
std::ostream & System::operator<<(std::ostream &stream, const Exception &exception)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| स्ट्रीम | std::ostream& | डेटा डालने के लिए आउटपुट स्ट्रीम। |
| exception | const Exception& | डालने के लिए Data। |
ReturnValue
stream.
संबंधित देखें
- Typedef Exception
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::ostream&, const Guid&) method
UTF-8 एन्कोडिंग का उपयोग करके डेटा को स्ट्रीम में डालें।
std::ostream & System::operator<<(std::ostream &stream, const Guid &guid)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| स्ट्रीम | std::ostream& | डेटा डालने के लिए आउटपुट स्ट्रीम। |
| guid | const Guid& | डालने के लिए Data। |
ReturnValue
stream.
संबंधित देखें
- Class Guid
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::ostream&, const Nullable<T>&) method
UTF-8 एन्कोडिंग का उपयोग करके डेटा को स्ट्रीम में डालें।
template<typename T> std::ostream & System::operator<<(std::ostream &stream, const Nullable<T> &value)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| स्ट्रीम | std::ostream& | डेटा डालने के लिए आउटपुट स्ट्रीम। |
| value | const Nullable<T>& | डालने के लिए Data। |
ReturnValue
stream.
संबंधित देखें
- Class Nullable
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::ostream&, const OperatingSystem&) method
UTF-8 एन्कोडिंग का उपयोग करके डेटा को स्ट्रीम में डालें।
std::ostream & System::operator<<(std::ostream &stream, const OperatingSystem &os)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| स्ट्रीम | std::ostream& | डेटा डालने के लिए आउटपुट स्ट्रीम। |
| os | const OperatingSystem& | डालने के लिए Data। |
ReturnValue
stream.
संबंधित देखें
- Class OperatingSystem
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::ostream&, const SharedPtr<T>&) method
UTF-8 एन्कोडिंग का उपयोग करके डेटा को स्ट्रीम में डालें।
template<typename T> std::ostream & System::operator<<(std::ostream &stream, const SharedPtr<T> &object_ptr)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| स्ट्रीम | std::ostream& | डेटा डालने के लिए आउटपुट स्ट्रीम। |
| object_ptr | const SharedPtr<T>& | डालने के लिए Data। |
ReturnValue
stream.
संबंधित देखें
- Typedef SharedPtr
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::ostream&, const System::Object&) method
UTF-8 एन्कोडिंग का उपयोग करके डेटा को स्ट्रीम में डालें।
std::ostream & System::operator<<(std::ostream &stream, const System::Object &object)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| स्ट्रीम | std::ostream& | डेटा डालने के लिए आउटपुट स्ट्रीम। |
| object | const System::Object& | डालने के लिए Data। |
ReturnValue
stream.
संबंधित देखें
- Class Object
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::ostream&, const TypeInfo&) method
UTF-8 एन्कोडिंग का उपयोग करके डेटा को स्ट्रीम में डालें।
std::ostream & System::operator<<(std::ostream &stream, const TypeInfo &type_info)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| स्ट्रीम | std::ostream& | डेटा डालने के लिए आउटपुट स्ट्रीम। |
| type_info | const TypeInfo& | डालने के लिए Data। |
ReturnValue
stream.
संबंधित देखें
- Class TypeInfo
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::ostream&, const Version&) method
UTF-8 एन्कोडिंग का उपयोग करके डेटा को स्ट्रीम में डालें।
std::ostream & System::operator<<(std::ostream &stream, const Version &version)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| स्ट्रीम | std::ostream& | डेटा डालने के लिए आउटपुट स्ट्रीम। |
| version | const Version& | डालने के लिए Data। |
ReturnValue
stream.
संबंधित देखें
- Class Version
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::ostream&, const WeakPtr<T>&) method
UTF-8 एन्कोडिंग का उपयोग करके डेटा को स्ट्रीम में डालें।
template<typename T> std::ostream & System::operator<<(std::ostream &stream, const WeakPtr<T> &object_ptr)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| स्ट्रीम | std::ostream& | डेटा डालने के लिए आउटपुट स्ट्रीम। |
| object_ptr | const WeakPtr<T>& | डालने के लिए Data। |
ReturnValue
stream.
संबंधित देखें
- Class WeakPtr
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::ostream&, DateTime) method
UTF-8 एन्कोडिंग का उपयोग करके डेटा को स्ट्रीम में डालें।
std::ostream & System::operator<<(std::ostream &stream, DateTime date_time)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| स्ट्रीम | std::ostream& | डेटा डालने के लिए आउटपुट स्ट्रीम। |
| date_time | DateTime | डालने के लिए Data। |
ReturnValue
stream.
संबंधित देखें
- Class DateTime
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::ostream&, DateTimeOffset) method
UTF-8 एन्कोडिंग का उपयोग करके डेटा को स्ट्रीम में डालें।
std::ostream & System::operator<<(std::ostream &stream, DateTimeOffset value)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| स्ट्रीम | std::ostream& | डेटा डालने के लिए आउटपुट स्ट्रीम। |
| value | DateTimeOffset | डालने के लिए Data। |
ReturnValue
stream.
संबंधित देखें
- Class DateTimeOffset
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::ostream&, TimeSpan) method
UTF-8 एन्कोडिंग का उपयोग करके डेटा को स्ट्रीम में डालें।
std::ostream & System::operator<<(std::ostream &stream, TimeSpan time_span)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| स्ट्रीम | std::ostream& | डेटा डालने के लिए आउटपुट स्ट्रीम। |
| time_span | TimeSpan | डालने के लिए Data। |
ReturnValue
stream.
संबंधित देखें
- Class TimeSpan
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::wostream&, const String&) method
एक स्ट्रिंग को आउटपुट स्ट्रीम पर आउटपुट करता है।
std::wostream & System::operator<<(std::wostream &os, const String &str)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| os | std::wostream& | एक आउटपुट स्ट्रीम ऑब्जेक्ट (basic_ostream के wchar_t के साथ इंस्टैंसिएशन)। |
| str | const String& | आउटपुट स्ट्रीम को भेजी जाने वाली एक स्ट्रिंग। |
ReturnValue
एक आउटपुट स्ट्रीम जिसमें स्ट्रिंग जोड़ी गई थी।
संबंधित देखें
- Class String
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::wostream&, const Decimal&) method
डेटा को स्ट्रीम में डालें।
std::wostream & System::operator<<(std::wostream &stream, const Decimal &decimal)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| स्ट्रीम | std::wostream& | डेटा डालने के लिए आउटपुट स्ट्रीम। |
| decimal | const Decimal& | डालने के लिए Data। |
ReturnValue
stream.
संबंधित देखें
- Class Decimal
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::wostream&, const Exception&) method
डेटा को स्ट्रीम में डालें।
std::wostream & System::operator<<(std::wostream &stream, const Exception &exception)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| स्ट्रीम | std::wostream& | डेटा डालने के लिए आउटपुट स्ट्रीम। |
| exception | const Exception& | डालने के लिए Data। |
ReturnValue
stream.
संबंधित देखें
- Typedef Exception
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::wostream&, const Guid&) method
डेटा को स्ट्रीम में डालें।
std::wostream & System::operator<<(std::wostream &stream, const Guid &guid)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| स्ट्रीम | std::wostream& | डेटा डालने के लिए आउटपुट स्ट्रीम। |
| guid | const Guid& | डालने के लिए Data। |
ReturnValue
stream.
संबंधित देखें
- Class Guid
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::wostream&, const Nullable<T>&) method
डेटा को स्ट्रीम में डालें।
template<typename T> std::wostream & System::operator<<(std::wostream &stream, const Nullable<T> &value)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| स्ट्रीम | std::wostream& | डेटा डालने के लिए आउटपुट स्ट्रीम। |
| value | const Nullable<T>& | डालने के लिए Data। |
ReturnValue
stream.
संबंधित देखें
- Class Nullable
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::wostream&, const OperatingSystem&) method
डेटा को स्ट्रीम में डालें।
std::wostream & System::operator<<(std::wostream &stream, const OperatingSystem &os)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| स्ट्रीम | std::wostream& | डेटा डालने के लिए आउटपुट स्ट्रीम। |
| os | const OperatingSystem& | डालने के लिए Data। |
ReturnValue
stream.
संबंधित देखें
- Class OperatingSystem
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::wostream&, const SharedPtr<T>&) method
डेटा को स्ट्रीम में डालें।
template<typename T> std::wostream & System::operator<<(std::wostream &stream, const SharedPtr<T> &object_ptr)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| स्ट्रीम | std::wostream& | डेटा डालने के लिए आउटपुट स्ट्रीम। |
| object_ptr | const SharedPtr<T>& | डालने के लिए Data। |
ReturnValue
stream.
संबंधित देखें
- Typedef SharedPtr
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::wostream&, const System::Object&) method
डेटा को स्ट्रीम में डालें।
std::wostream & System::operator<<(std::wostream &stream, const System::Object &object)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| स्ट्रीम | std::wostream& | डेटा डालने के लिए आउटपुट स्ट्रीम। |
| object | const System::Object& | डालने के लिए Data। |
ReturnValue
stream.
संबंधित देखें
- Class Object
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::wostream&, const TypeInfo&) method
डेटा को स्ट्रीम में डालें।
std::wostream & System::operator<<(std::wostream &stream, const TypeInfo &type_info)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| स्ट्रीम | std::wostream& | डेटा डालने के लिए आउटपुट स्ट्रीम। |
| type_info | const TypeInfo& | डालने के लिए Data। |
ReturnValue
stream.
संबंधित देखें
- Class TypeInfo
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::wostream&, const Version&) method
डेटा को स्ट्रीम में डालें।
std::wostream & System::operator<<(std::wostream &stream, const Version &version)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| स्ट्रीम | std::wostream& | डेटा डालने के लिए आउटपुट स्ट्रीम। |
| version | const Version& | डालने के लिए Data। |
ReturnValue
stream.
संबंधित देखें
- Class Version
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::wostream&, const WeakPtr<T>&) method
डेटा को स्ट्रीम में डालें।
template<typename T> std::wostream & System::operator<<(std::wostream &stream, const WeakPtr<T> &object_ptr)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| स्ट्रीम | std::wostream& | डेटा डालने के लिए आउटपुट स्ट्रीम। |
| object_ptr | const WeakPtr<T>& | डालने के लिए Data। |
ReturnValue
stream.
संबंधित देखें
- Class WeakPtr
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::wostream&, DateTime) method
डेटा को स्ट्रीम में डालें।
std::wostream & System::operator<<(std::wostream &stream, DateTime date_time)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| स्ट्रीम | std::wostream& | डेटा डालने के लिए आउटपुट स्ट्रीम। |
| date_time | DateTime | डालने के लिए Data। |
ReturnValue
stream.
संबंधित देखें
- Class DateTime
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::wostream&, DateTimeOffset) method
डेटा को स्ट्रीम में डालें।
std::wostream & System::operator<<(std::wostream &stream, DateTimeOffset value)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| स्ट्रीम | std::wostream& | डेटा डालने के लिए आउटपुट स्ट्रीम। |
| value | DateTimeOffset | डालने के लिए Data। |
ReturnValue
stream.
संबंधित देखें
- Class DateTimeOffset
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::wostream&, TimeSpan) method
डेटा को स्ट्रीम में डालें।
std::wostream & System::operator<<(std::wostream &stream, TimeSpan time_span)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| स्ट्रीम | std::wostream& | डेटा डालने के लिए आउटपुट स्ट्रीम। |
| time_span | TimeSpan | डालने के लिए Data। |
ReturnValue
stream.
संबंधित देखें
- Class TimeSpan
- Namespace System
- Library Aspose.Page for C++
title: System::operator» विधि linktitle: operator» second_title: Aspose.Page for C++ description: ‘System::operator» विधि। C++ में UTF-8 एन्कोडिंग का उपयोग करके इनपुट स्ट्रीम से एक स्ट्रिंग प्राप्त करता है।’ type: docs weight: 35100 url: /cpp/system/operator__/
System::operator»(std::istream&, String&) method
इनपुट स्ट्रीम से UTF-8 एन्कोडिंग का उपयोग करके एक स्ट्रिंग प्राप्त करता है।
std::istream & System::operator>>(std::istream &in, String &str)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| in | std::istream& | एक इनपुट स्ट्रीम ऑब्जेक्ट (basic_ostream के char के साथ इंस्टैंसिएशन)। |
| str | String& | इनपुट स्ट्रीम से पढ़ने के लिए एक स्ट्रिंग। |
ReturnValue
एक इनपुट स्ट्रीम जिससे स्ट्रिंग निकाली गई थी।
संबंधित देखें
- Class String
- Namespace System
- Library Aspose.Page for C++
System::operator»(std::wistream&, String&) method
इनपुट स्ट्रीम से एक स्ट्रिंग प्राप्त करता है।
std::wistream & System::operator>>(std::wistream &in, String &str)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| in | std::wistream& | एक इनपुट स्ट्रीम ऑब्जेक्ट (basic_ostream का wchar_t के साथ इंस्टैंसिएशन)। |
| str | String& | इनपुट स्ट्रीम से पढ़ने के लिए एक स्ट्रिंग। |
ReturnValue
एक इनपुट स्ट्रीम जिससे स्ट्रिंग निकाली गई थी।
संबंधित देखें
- Class String
- Namespace System
- Library Aspose.Page for C++