System::ValueTuple::operator= Methode

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

Dekonstruiert das Objekt zu diesem ValueTuple.

template<typename T> ValueTuple & System::ValueTuple<Args>::operator=(const SharedPtr<T> &deconstructiblePtr)
ParameterTypBeschreibung
deconstructiblePtrconst SharedPtr<T>&Ein Objekt zum Dekonstruieren

Siehe auch

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

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

Siehe auch