std::enable_shared_from_this::operator=
From cppreference.com
                    
                                        
                    < cpp | memory | enable shared from this
                    
                                                            
                    | enable_shared_from_this<T>& operator=(const enable_shared_from_this<T> &obj) noexcept; | ||
Assigns obj to *this.
| Contents | 
[edit] Parameters
| obj | - | an enable_shared_from_thisto assign to *this | 
[edit] Return value
*this
[edit] Exceptions
[edit] Example
| This section is incomplete Reason: no example | 
[edit] See also
| (C++11) | smart pointer with shared object ownership semantics (class template) |