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
ParameterΠεριγραφή
T1Τύπος δεξιού τελεστή.
ParameterTypeΠεριγραφή
άλλο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
ParameterΠεριγραφή
T1Τύπος δεξιού τελεστή.
ParameterTypeΠεριγραφή
άλλοconst T1&τιμή προς προσθήκη.

ReturnValue

Αποτέλεσμα άθροισης.

Δείτε επίσης

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

Επιστρέφει ένα προεπιλεγμένο κατασκευασμένο αντικείμενο της κλάσης Nullable.

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

Δείτε επίσης