طريقة System::ValueTuple::operator=.
ValueTuple::operator=(const SharedPtr<T>&) method
يفكّك الكائن إلى هذا الـ value tuple.
template<typename T> ValueTuple & System::ValueTuple<Args>::operator=(const SharedPtr<T> &deconstructiblePtr)
| Parameter | Type | الوصف |
|---|---|---|
| deconstructiblePtr | const SharedPtr<T>& | كائن لتفكيكه |
انظر أيضًا
- Class ValueTuple
- Typedef SharedPtr
- Class ValueTuple
- Namespace System
- Library Aspose.Page for C++
ValueTuple::operator=(const ValueTuple<OtherArgs…>&) method
template<typename ...> ValueTuple & System::ValueTuple<Args>::operator=(const ValueTuple<OtherArgs...> &otherTuple)
انظر أيضًا
- Class ValueTuple
- Class ValueTuple
- Namespace System
- Library Aspose.Page for C++