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
  264       auto_ptr(auto_ptr_ref<element_type> __ref) throw()
  268       operator=(auto_ptr_ref<element_type> __ref) throw()
  279         operator auto_ptr_ref<_Tp1>() throw()
  280         { return auto_ptr_ref<_Tp1>(this->release()); }