[#4C44FBCE69ED1C02A1310D666FD31418B896C162]

Function recycled_ptr:: operator->

Return the referenced object

Synopsis

            T*
operator->() const noexcept;
        

Description

If this is empty, `nullptr` is returned.

Exception Safety

Throws nothing.