System::Nullable::operator+ methode
inhoud
[
verbergen
]Nullable::operator+(const Nullable<T1>&) const method
Somt nullable waarden op.
template<typename T1> System::Nullable<decltype(get_Value()+other.get_Value())> System::Nullable<T>::operator+(const Nullable<T1> &other) const
| Parameter | Beschrijving |
|---|---|
| T1 | Type van de rechter operand. |
| Parameter | Type | Beschrijving |
|---|---|---|
| anders | const Nullable<T1>& | waarde om toe te voegen. |
ReturnValue
Somresultaat.
Zie ook
- Class Nullable
- Class Nullable
- Namespace System
- Library Aspose.Page for C++
Nullable::operator+(const T1&) const method
Somt nullable en niet-nullable waarden op.
template<typename T1,typename> Nullable<decltype(get_Value()+other)> System::Nullable<T>::operator+(const T1 &other) const
| Parameter | Beschrijving |
|---|---|
| T1 | Type van de rechter operand. |
| Parameter | Type | Beschrijving |
|---|---|---|
| anders | const T1& | waarde om toe te voegen. |
ReturnValue
Somresultaat.
Zie ook
- Class Nullable
- Class Nullable
- Namespace System
- Library Aspose.Page for C++
Nullable::operator+(std::nullptr_t) const method
Retourneert een standaard geconstrueerde instantie van de Nullable
Nullable<T> System::Nullable<T>::operator+(std::nullptr_t) const
Zie ook
- Class Nullable
- Class Nullable
- Namespace System
- Library Aspose.Page for C++