System::operator<< विधि

अंतर्वस्तु
[ ]

System::operator«(std::ostream&, const String&) method

UTF-8 एन्कोडिंग का उपयोग करके एक स्ट्रिंग को आउटपुट स्ट्रीम पर आउटपुट करता है।

std::ostream & System::operator<<(std::ostream &os, const String &str)
पैरामीटरप्रकारविवरण
osstd::ostream&एक आउटपुट स्ट्रीम ऑब्जेक्ट (basic_ostream के char के साथ इंस्टैंसिएशन)।
strconst String&आउटपुट स्ट्रीम को भेजी जाने वाली एक स्ट्रिंग।

ReturnValue

एक आउटपुट स्ट्रीम जिसमें स्ट्रिंग जोड़ी गई थी।

संबंधित देखें

System::operator«(std::ostream&, const Decimal&) method

UTF-8 एन्कोडिंग का उपयोग करके डेटा को स्ट्रीम में डालें।

std::ostream & System::operator<<(std::ostream &stream, const Decimal &decimal)
पैरामीटरप्रकारविवरण
स्ट्रीमstd::ostream&डेटा डालने के लिए आउटपुट स्ट्रीम।
decimalconst Decimal&डालने के लिए Data

ReturnValue

stream.

संबंधित देखें

System::operator«(std::ostream&, const Exception&) method

UTF-8 एन्कोडिंग का उपयोग करके डेटा को स्ट्रीम में डालें।

std::ostream & System::operator<<(std::ostream &stream, const Exception &exception)
पैरामीटरप्रकारविवरण
स्ट्रीमstd::ostream&डेटा डालने के लिए आउटपुट स्ट्रीम।
exceptionconst Exception&डालने के लिए Data

ReturnValue

stream.

संबंधित देखें

System::operator«(std::ostream&, const Guid&) method

UTF-8 एन्कोडिंग का उपयोग करके डेटा को स्ट्रीम में डालें।

std::ostream & System::operator<<(std::ostream &stream, const Guid &guid)
पैरामीटरप्रकारविवरण
स्ट्रीमstd::ostream&डेटा डालने के लिए आउटपुट स्ट्रीम।
guidconst Guid&डालने के लिए Data

ReturnValue

stream.

संबंधित देखें

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&डेटा डालने के लिए आउटपुट स्ट्रीम।
valueconst Nullable<T>&डालने के लिए Data

ReturnValue

stream.

संबंधित देखें

System::operator«(std::ostream&, const OperatingSystem&) method

UTF-8 एन्कोडिंग का उपयोग करके डेटा को स्ट्रीम में डालें।

std::ostream & System::operator<<(std::ostream &stream, const OperatingSystem &os)
पैरामीटरप्रकारविवरण
स्ट्रीमstd::ostream&डेटा डालने के लिए आउटपुट स्ट्रीम।
osconst OperatingSystem&डालने के लिए Data

ReturnValue

stream.

संबंधित देखें

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_ptrconst SharedPtr<T>&डालने के लिए Data

ReturnValue

stream.

संबंधित देखें

System::operator«(std::ostream&, const System::Object&) method

UTF-8 एन्कोडिंग का उपयोग करके डेटा को स्ट्रीम में डालें।

std::ostream & System::operator<<(std::ostream &stream, const System::Object &object)
पैरामीटरप्रकारविवरण
स्ट्रीमstd::ostream&डेटा डालने के लिए आउटपुट स्ट्रीम।
objectconst System::Object&डालने के लिए Data

ReturnValue

stream.

संबंधित देखें

System::operator«(std::ostream&, const TypeInfo&) method

UTF-8 एन्कोडिंग का उपयोग करके डेटा को स्ट्रीम में डालें।

std::ostream & System::operator<<(std::ostream &stream, const TypeInfo &type_info)
पैरामीटरप्रकारविवरण
स्ट्रीमstd::ostream&डेटा डालने के लिए आउटपुट स्ट्रीम।
type_infoconst TypeInfo&डालने के लिए Data

ReturnValue

stream.

संबंधित देखें

System::operator«(std::ostream&, const Version&) method

UTF-8 एन्कोडिंग का उपयोग करके डेटा को स्ट्रीम में डालें।

std::ostream & System::operator<<(std::ostream &stream, const Version &version)
पैरामीटरप्रकारविवरण
स्ट्रीमstd::ostream&डेटा डालने के लिए आउटपुट स्ट्रीम।
versionconst Version&डालने के लिए Data

ReturnValue

stream.

संबंधित देखें

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_ptrconst WeakPtr<T>&डालने के लिए Data

ReturnValue

stream.

संबंधित देखें

System::operator«(std::ostream&, DateTime) method

UTF-8 एन्कोडिंग का उपयोग करके डेटा को स्ट्रीम में डालें।

std::ostream & System::operator<<(std::ostream &stream, DateTime date_time)
पैरामीटरप्रकारविवरण
स्ट्रीमstd::ostream&डेटा डालने के लिए आउटपुट स्ट्रीम।
date_timeDateTimeडालने के लिए Data

ReturnValue

stream.

संबंधित देखें

System::operator«(std::ostream&, DateTimeOffset) method

UTF-8 एन्कोडिंग का उपयोग करके डेटा को स्ट्रीम में डालें।

std::ostream & System::operator<<(std::ostream &stream, DateTimeOffset value)
पैरामीटरप्रकारविवरण
स्ट्रीमstd::ostream&डेटा डालने के लिए आउटपुट स्ट्रीम।
valueDateTimeOffsetडालने के लिए Data

ReturnValue

stream.

संबंधित देखें

System::operator«(std::ostream&, TimeSpan) method

UTF-8 एन्कोडिंग का उपयोग करके डेटा को स्ट्रीम में डालें।

std::ostream & System::operator<<(std::ostream &stream, TimeSpan time_span)
पैरामीटरप्रकारविवरण
स्ट्रीमstd::ostream&डेटा डालने के लिए आउटपुट स्ट्रीम।
time_spanTimeSpanडालने के लिए Data

ReturnValue

stream.

संबंधित देखें

System::operator«(std::wostream&, const String&) method

एक स्ट्रिंग को आउटपुट स्ट्रीम पर आउटपुट करता है।

std::wostream & System::operator<<(std::wostream &os, const String &str)
पैरामीटरप्रकारविवरण
osstd::wostream&एक आउटपुट स्ट्रीम ऑब्जेक्ट (basic_ostream के wchar_t के साथ इंस्टैंसिएशन)।
strconst String&आउटपुट स्ट्रीम को भेजी जाने वाली एक स्ट्रिंग।

ReturnValue

एक आउटपुट स्ट्रीम जिसमें स्ट्रिंग जोड़ी गई थी।

संबंधित देखें

System::operator«(std::wostream&, const Decimal&) method

डेटा को स्ट्रीम में डालें।

std::wostream & System::operator<<(std::wostream &stream, const Decimal &decimal)
पैरामीटरप्रकारविवरण
स्ट्रीमstd::wostream&डेटा डालने के लिए आउटपुट स्ट्रीम।
decimalconst Decimal&डालने के लिए Data

ReturnValue

stream.

संबंधित देखें

System::operator«(std::wostream&, const Exception&) method

डेटा को स्ट्रीम में डालें।

std::wostream & System::operator<<(std::wostream &stream, const Exception &exception)
पैरामीटरप्रकारविवरण
स्ट्रीमstd::wostream&डेटा डालने के लिए आउटपुट स्ट्रीम।
exceptionconst Exception&डालने के लिए Data

ReturnValue

stream.

संबंधित देखें

System::operator«(std::wostream&, const Guid&) method

डेटा को स्ट्रीम में डालें।

std::wostream & System::operator<<(std::wostream &stream, const Guid &guid)
पैरामीटरप्रकारविवरण
स्ट्रीमstd::wostream&डेटा डालने के लिए आउटपुट स्ट्रीम।
guidconst Guid&डालने के लिए Data

ReturnValue

stream.

संबंधित देखें

System::operator«(std::wostream&, const Nullable<T>&) method

डेटा को स्ट्रीम में डालें।

template<typename T> std::wostream & System::operator<<(std::wostream &stream, const Nullable<T> &value)
पैरामीटरप्रकारविवरण
स्ट्रीमstd::wostream&डेटा डालने के लिए आउटपुट स्ट्रीम।
valueconst Nullable<T>&डालने के लिए Data

ReturnValue

stream.

संबंधित देखें

System::operator«(std::wostream&, const OperatingSystem&) method

डेटा को स्ट्रीम में डालें।

std::wostream & System::operator<<(std::wostream &stream, const OperatingSystem &os)
पैरामीटरप्रकारविवरण
स्ट्रीमstd::wostream&डेटा डालने के लिए आउटपुट स्ट्रीम।
osconst OperatingSystem&डालने के लिए Data

ReturnValue

stream.

संबंधित देखें

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_ptrconst SharedPtr<T>&डालने के लिए Data

ReturnValue

stream.

संबंधित देखें

System::operator«(std::wostream&, const System::Object&) method

डेटा को स्ट्रीम में डालें।

std::wostream & System::operator<<(std::wostream &stream, const System::Object &object)
पैरामीटरप्रकारविवरण
स्ट्रीमstd::wostream&डेटा डालने के लिए आउटपुट स्ट्रीम।
objectconst System::Object&डालने के लिए Data

ReturnValue

stream.

संबंधित देखें

System::operator«(std::wostream&, const TypeInfo&) method

डेटा को स्ट्रीम में डालें।

std::wostream & System::operator<<(std::wostream &stream, const TypeInfo &type_info)
पैरामीटरप्रकारविवरण
स्ट्रीमstd::wostream&डेटा डालने के लिए आउटपुट स्ट्रीम।
type_infoconst TypeInfo&डालने के लिए Data

ReturnValue

stream.

संबंधित देखें

System::operator«(std::wostream&, const Version&) method

डेटा को स्ट्रीम में डालें।

std::wostream & System::operator<<(std::wostream &stream, const Version &version)
पैरामीटरप्रकारविवरण
स्ट्रीमstd::wostream&डेटा डालने के लिए आउटपुट स्ट्रीम।
versionconst Version&डालने के लिए Data

ReturnValue

stream.

संबंधित देखें

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_ptrconst WeakPtr<T>&डालने के लिए Data

ReturnValue

stream.

संबंधित देखें

System::operator«(std::wostream&, DateTime) method

डेटा को स्ट्रीम में डालें।

std::wostream & System::operator<<(std::wostream &stream, DateTime date_time)
पैरामीटरप्रकारविवरण
स्ट्रीमstd::wostream&डेटा डालने के लिए आउटपुट स्ट्रीम।
date_timeDateTimeडालने के लिए Data

ReturnValue

stream.

संबंधित देखें

System::operator«(std::wostream&, DateTimeOffset) method

डेटा को स्ट्रीम में डालें।

std::wostream & System::operator<<(std::wostream &stream, DateTimeOffset value)
पैरामीटरप्रकारविवरण
स्ट्रीमstd::wostream&डेटा डालने के लिए आउटपुट स्ट्रीम।
valueDateTimeOffsetडालने के लिए Data

ReturnValue

stream.

संबंधित देखें

System::operator«(std::wostream&, TimeSpan) method

डेटा को स्ट्रीम में डालें।

std::wostream & System::operator<<(std::wostream &stream, TimeSpan time_span)
पैरामीटरप्रकारविवरण
स्ट्रीमstd::wostream&डेटा डालने के लिए आउटपुट स्ट्रीम।
time_spanTimeSpanडालने के लिए Data

ReturnValue

stream.

संबंधित देखें


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)
पैरामीटरप्रकारविवरण
instd::istream&एक इनपुट स्ट्रीम ऑब्जेक्ट (basic_ostream के char के साथ इंस्टैंसिएशन)।
strString&इनपुट स्ट्रीम से पढ़ने के लिए एक स्ट्रिंग।

ReturnValue

एक इनपुट स्ट्रीम जिससे स्ट्रिंग निकाली गई थी।

संबंधित देखें

System::operator»(std::wistream&, String&) method

इनपुट स्ट्रीम से एक स्ट्रिंग प्राप्त करता है।

std::wistream & System::operator>>(std::wistream &in, String &str)
पैरामीटरप्रकारविवरण
instd::wistream&एक इनपुट स्ट्रीम ऑब्जेक्ट (basic_ostream का wchar_t के साथ इंस्टैंसिएशन)।
strString&इनपुट स्ट्रीम से पढ़ने के लिए एक स्ट्रिंग।

ReturnValue

एक इनपुट स्ट्रीम जिससे स्ट्रिंग निकाली गई थी।

संबंधित देखें