System::ValueTuple::operator= 方法
ValueTuple::operator=(const SharedPtr<T>&) method
将对象解构为此值元组。
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++