[#F086595C445BA6594AE9B66898B94C6F682FC708]

Function recycled_ptr:: operator bool

Return true if this references an object

Synopsis

            operator bool() const noexcept;
        

Description

Effects

return ! this->empty();

Exception Safety

Throws nothing.