operator=()
ValueTuple::operator=(const ValueTuple<OtherArgs…>&) method
template<typename ...> ValueTuple & System::ValueTuple<Args>::operator=(const ValueTuple<OtherArgs...> &otherTuple)
ValueTuple::operator=(const SharedPtr<T>&) method
Deconstructs object to this value tuple.
template<typename T> ValueTuple & System::ValueTuple<Args>::operator=(const SharedPtr<T> &deconstructiblePtr)
Arguments
| Parameter | Type | Description |
|---|---|---|
| deconstructiblePtr | const SharedPtr<T>& | An object to deconstruct |
See Also
- Typedef SharedPtr
- Class ValueTuple
- Namespace System
- Library Aspose.Slides