Метод System::ValueTuple::operator=
ValueTuple::operator=(const SharedPtr<T>&) method
Разбирает объект в этот кортеж значений.
template<typename T> ValueTuple & System::ValueTuple<Args>::operator=(const SharedPtr<T> &deconstructiblePtr)
| Параметр | Тип | Описание |
|---|---|---|
| deconstructiblePtr | const SharedPtr<T>& | Объект для деконструкции |
См. также
- 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)
См. также
- Class ValueTuple
- Class ValueTuple
- Namespace System
- Library Aspose.Page for C++