Metodo System::ValueTuple::operator=

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

Decompone l’oggetto in questa tupla di valori.

template<typename T> ValueTuple & System::ValueTuple<Args>::operator=(const SharedPtr<T> &deconstructiblePtr)
ParametroTipoDescrizione
deconstructiblePtrconst SharedPtr<T>&Un oggetto da decomporre

Vedi anche

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

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

Vedi anche