System::ValueTuple::operator= मेथड

ValueTuple::operator=(const SharedPtr<T>&) method

ऑब्जेक्ट को इस वैल्यू ट्यूपल में डिकंस्ट्रक्ट करता है।

template<typename T> ValueTuple & System::ValueTuple<Args>::operator=(const SharedPtr<T> &deconstructiblePtr)
पैरामीटरप्रकारविवरण
deconstructiblePtrconst SharedPtr<T>&डीकंस्ट्रक्ट करने के लिए एक ऑब्जेक्ट

संबंधित देखें

ValueTuple::operator=(const ValueTuple<OtherArgs…>&) method

template<typename ...> ValueTuple & System::ValueTuple<Args>::operator=(const ValueTuple<OtherArgs...> &otherTuple)

संबंधित देखें