System::ValueTuple::operator= yöntemi
ValueTuple::operator=(const SharedPtr<T>&) method
Nesneyi bu değer tuple’ına ayırır.
template<typename T> ValueTuple & System::ValueTuple<Args>::operator=(const SharedPtr<T> &deconstructiblePtr)
| Parametre | Tür | Açıklama |
|---|---|---|
| deconstructiblePtr | const SharedPtr<T>& | Ayrıştırılacak bir nesne |
Ayrıca Bakınız
- 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)
Ayrıca Bakınız
- Class ValueTuple
- Class ValueTuple
- Namespace System
- Library Aspose.Font for C++