logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

std::auto_ptr_ref< _Tp1 >

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

                                                    libstdc++                    std::auto_ptr_ref<_Tp1>(3cxx)

Detailed Description

template<typename_Tp1>
       struct std::auto_ptr_ref< _Tp1 >"A wrapper class to provide auto_ptr with reference semantics. For
       example, an auto_ptr can be assigned (or constructed from) the result of a function which returns an
       auto_ptr by value.

       All the auto_ptr_ref stuff should happen behind the scenes.

Name

       std::auto_ptr_ref< _Tp1 >

Synopsis

       #include <memory>

   PublicMemberFunctionsauto_ptr_ref (_Tp1 *__p)

   PublicAttributes_Tp1 * _M_ptr

See Also