طريقة System::Nullable::operator= method
محتويات
[
يخفي
]Nullable::operator=(const Nullable<T1>&) method
يستبدل القيمة الممثلة حاليًا للكائن بالقيمة المحددة.
template<typename T1> Nullable<T> & System::Nullable<T>::operator=(const Nullable<T1> &x)
| Parameter | الوصف |
|---|---|
| ال | نوع القيمة الجديدة التي سيُمثّلها الكائن الحالي |
| Parameter | Type | الوصف |
|---|---|---|
| x | const Nullable<T1>& | القيمة الجديدة التي سيُمثّلها الكائن الحالي |
ReturnValue
إشارة إلى الذات
انظر أيضًا
- Class Nullable
- Class Nullable
- Namespace System
- Library Aspose.Page for C++
Nullable::operator=(const T1&) method
يستبدل القيمة الممثلة حاليًا للكائن بالقيمة المحددة.
template<typename T1> std::enable_if<!IsNullable<T1>::value &&!std::is_null_pointer<T1>::value, Nullable<T> &>::type System::Nullable<T>::operator=(const T1 &x)
| Parameter | الوصف |
|---|---|
| ال | نوع القيمة الجديدة التي سيُمثّلها الكائن الحالي |
| Parameter | Type | الوصف |
|---|---|---|
| x | const T1& | القيمة الجديدة التي سيُمثّلها الكائن الحالي |
ReturnValue
إشارة إلى الذات
انظر أيضًا
- Class Nullable
- Class Nullable
- Namespace System
- Library Aspose.Page for C++
Nullable::operator=(std::nullptr_t) method
يعين قيمة null للكائن الحالي.
template<typename T1,typename> Nullable<T> System::Nullable<T>::operator=(std::nullptr_t)
ReturnValue
كائن Nullable يمثل قيمة null.
انظر أيضًا
- Class Nullable
- Class Nullable
- Namespace System
- Library Aspose.Page for C++