System::ValueTuple::operator= 메서드
ValueTuple::operator=(const SharedPtr<T>&) method
객체를 이 ValueTuple로 분해합니다.
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++