Lines Matching full:compatible
52 explicit ptr_array( compatible-smart-ptr<ptr_array>& r );
57 ptr_array& operator=( compatible-smart-ptr<this_type> r );
85 auto_type replace( compatible-smart-ptr<U> r );
88 auto_type replace( size_t idx, compatible-smart-ptr<U> r );
91 compatible-smart-ptr<ptr_array> clone() const;
92 compatible-smart-ptr<ptr_array> release();
125 - ``ptr_array( compatible-smart-ptr<ptr_array>& r );``
137 - ``ptr_array& operator=( compatible-smart-ptr<this_type> r );``
223 - ``template< size_t idx, class U > auto_type replace( compatible-smart-ptr<U> r );``
237 - ``template< class U > auto_type replace( size_t idx, compatible-smart-ptr<U> r );``
246 - ``compatible-smart-ptr<ptr_array> clone() const;``
255 - ``compatible-smart-ptr<ptr_array> release();``