Return a reference providing modifiable access to the object referred to by this shared pointer. The behavior is undefined unless this shared pointer refers to an object, and ELEMENT_TYPE is not (potentially const or volatile qualified) void.

Synopsis

Declared in <bslstl_sharedptr.h>

add_lvalue_reference<ELEMENT_TYPE>::type
operator*() const noexcept;

Created with MrDocs