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
जोड़ने का परिणाम।
संबंधित देखें
- Class Nullable
- Class Nullable
- Namespace System
- Library Aspose.Page for C++
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
जोड़ने का परिणाम।
संबंधित देखें
- Class Nullable
- Class Nullable
- Namespace System
- Library Aspose.Page for C++
Nullable::operator+(std::nullptr_t) const method
Nullable
Nullable<T> System::Nullable<T>::operator+(std::nullptr_t) const
संबंधित देखें
- Class Nullable
- Class Nullable
- Namespace System
- Library Aspose.Page for C++