System::ValueTuple::operator= method

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

Deconstructs object to this value tuple.

template<typename T> ValueTuple & System::ValueTuple<Args>::operator=(const SharedPtr<T> &deconstructiblePtr)
ParameterTypeDescription
deconstructiblePtrconst SharedPtr<T>&An object to deconstruct

See Also

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

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

See Also