Methode System::ValueTuple::operator=
ValueTuple::operator=(const SharedPtr<T>&) method
Dekonstruiert das Objekt zu diesem Wertetupel.
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.Font 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.Font for C++