System::ValueTuple::operator= 方法

ValueTuple::operator=(const SharedPtr<T>&) method

将对象解构为此值元组。

template<typename T> ValueTuple & System::ValueTuple<Args>::operator=(const SharedPtr<T> &deconstructiblePtr)
ParameterType描述
deconstructiblePtrconst SharedPtr<T>&用于解构的对象

另见

ValueTuple::operator=(const ValueTuple<OtherArgs…>&) method

template<typename ...> ValueTuple & System::ValueTuple<Args>::operator=(const ValueTuple<OtherArgs...> &otherTuple)

另见