Return the referenced object

Synopsis

T*
get() const noexcept;

Description

If this is empty, nullptr is returned.

Exception Safety

Throws nothing.

Return Value

A pointer to the object

Created with MrDocs