Luna::UniquePtr::operator bool

operator bool() const

Checks whether this smart pointer is not null.

Return value

Returns ture if this smart pointer is not null. Returns false otherwise.