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++