System::ValueTuple::operator= yöntemi

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

Nesneyi bu değer tuple’ına ayırır.

template<typename T> ValueTuple & System::ValueTuple<Args>::operator=(const SharedPtr<T> &deconstructiblePtr)
ParametreTürAçıklama
deconstructiblePtrconst SharedPtr<T>&Ayrıştırılacak bir nesne

Ayrıca Bakınız

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

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

Ayrıca Bakınız