Метод System::ValueTuple::operator=

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

Разбирает объект в этот кортеж значений.

template<typename T> ValueTuple & System::ValueTuple<Args>::operator=(const SharedPtr<T> &deconstructiblePtr)
ПараметрТипОписание
deconstructiblePtrconst SharedPtr<T>&Объект для деконструкции

См. также

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

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

См. также