reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/c++/7.4.0/backward/auto_ptr.h
  103       auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { }
  180       element_type&
  193       element_type*
  210       element_type*
  224       element_type*
  227 	element_type* __tmp = _M_ptr;
  240       reset(element_type* __p = 0) throw()
  264       auto_ptr(auto_ptr_ref<element_type> __ref) throw()
  268       operator=(auto_ptr_ref<element_type> __ref) throw()