System::Nullable::operator+ मेथड

Nullable::operator+(const Nullable<T1>&) const method

nullable मानों को जोड़ता है।

template<typename T1> System::Nullable<decltype(get_Value()+other.get_Value())> System::Nullable<T>::operator+(const Nullable<T1> &other) const
पैरामीटरविवरण
T1दाएँ ऑपरेण्ड प्रकार।
पैरामीटरप्रकारविवरण
अन्यconst Nullable<T1>&जोड़ने के लिए मान।

ReturnValue

जोड़ने का परिणाम।

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

Nullable::operator+(const T1&) const method

nullable और non-nullable मानों को जोड़ता है।

template<typename T1,typename> Nullable<decltype(get_Value()+other)> System::Nullable<T>::operator+(const T1 &other) const
पैरामीटरविवरण
T1दाएँ ऑपरेण्ड प्रकार।
पैरामीटरप्रकारविवरण
अन्यconst T1&जोड़ने के लिए मान।

ReturnValue

जोड़ने का परिणाम।

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

Nullable::operator+(std::nullptr_t) const method

Nullable क्लास का डिफ़ॉल्ट निर्मित इंस्टेंस लौटाता है।

Nullable<T> System::Nullable<T>::operator+(std::nullptr_t) const

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