.TH "std::enable_shared_from_this< _Tp >" 3cxx "Sun Feb 7 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::enable_shared_from_this< _Tp > \- Base class allowing use of member function shared_from_this\&. .SH SYNOPSIS .br .PP .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBshared_ptr\fP< _Tp > \fBshared_from_this\fP ()" .br .ti -1c .RI "\fBshared_ptr\fP< const _Tp > \fBshared_from_this\fP () const" .br .ti -1c .RI "\fBweak_ptr\fP< const _Tp > \fBweak_from_this\fP () const noexcept" .br .ti -1c .RI "\fBweak_ptr\fP< _Tp > \fBweak_from_this\fP () noexcept" .br .in -1c .SS "Protected Member Functions" .in +1c .ti -1c .RI "\fBenable_shared_from_this\fP (const \fBenable_shared_from_this\fP &) noexcept" .br .ti -1c .RI "\fBenable_shared_from_this\fP & \fBoperator=\fP (const \fBenable_shared_from_this\fP &) noexcept" .br .in -1c .SS "Friends" .in +1c .ti -1c .RI "const \fBenable_shared_from_this\fP * \fB__enable_shared_from_this_base\fP (const __shared_count<> &, const \fBenable_shared_from_this\fP *__p)" .br .ti -1c .RI "template class \fB__shared_ptr\fP" .br .in -1c .SH "Detailed Description" .PP .SS "template .br class std::enable_shared_from_this< _Tp >" Base class allowing use of member function shared_from_this\&. .PP Definition at line 635 of file bits/shared_ptr\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.