System::Nullable::operator+ metodu
İçindekiler
[
Saklamak
]Nullable::operator+(const Nullable<T1>&) const method
Nullable değerleri toplar.
template<typename T1> System::Nullable<decltype(get_Value()+other.get_Value())> System::Nullable<T>::operator+(const Nullable<T1> &other) const
| Parameter | Açıklama |
|---|---|
| T1 | Sağ operand tipi. |
| Parameter | Type | Açıklama |
|---|---|---|
| diğer | const Nullable<T1>& | eklenecek değer. |
ReturnValue
Toplama sonucu.
Ayrıca Bakınız
- Class Nullable
- Class Nullable
- Namespace System
- Library Aspose.Page for C++
Nullable::operator+(const T1&) const method
Nullable ve non-nullable değerleri toplar.
template<typename T1,typename> Nullable<decltype(get_Value()+other)> System::Nullable<T>::operator+(const T1 &other) const
| Parameter | Açıklama |
|---|---|
| T1 | Sağ operand tipi. |
| Parameter | Type | Açıklama |
|---|---|---|
| diğer | const T1& | eklenecek değer. |
ReturnValue
Toplama sonucu.
Ayrıca Bakınız
- 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
Ayrıca Bakınız
- Class Nullable
- Class Nullable
- Namespace System
- Library Aspose.Page for C++