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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| deconstructiblePtr | const SharedPtr<T>& | Ein Objekt zum Dekonstruieren |
Siehe auch
- Class ValueTuple
- Typedef SharedPtr
- Class ValueTuple
- Namespace System
- Library Aspose.Page for C++
ValueTuple::operator=(const ValueTuple<OtherArgs…>&) method
template<typename ...> ValueTuple & System::ValueTuple<Args>::operator=(const ValueTuple<OtherArgs...> &otherTuple)
Siehe auch
- Class ValueTuple
- Class ValueTuple
- Namespace System
- Library Aspose.Page for C++