STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Public Attributes | List of all members
auto_ptr_ref< _Ty > Struct Template Reference

Public Member Functions

 auto_ptr_ref (_Ty *_Right)
 

Public Attributes

_Ty * _Ref
 

Constructor & Destructor Documentation

template<class _Ty>
auto_ptr_ref< _Ty >::auto_ptr_ref ( _Ty *  _Right)
inlineexplicit
876  : _Ref(_Right)
877  { // construct from generic pointer to auto_ptr ptr
878  }
_Ty * _Ref
Definition: xmemory:880
const _Ty & _Right
Definition: algorithm:4087

Member Data Documentation

template<class _Ty>
_Ty* auto_ptr_ref< _Ty >::_Ref

The documentation for this struct was generated from the following file: