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

ParameterTypeDescription
deconstructiblePtrconst SharedPtr<T>&An object to deconstruct

See Also