std::experimental::observer_ptr<W>::operatorelement_type* (3) - Linux Manuals

std::experimental::observer_ptr<W>::operatorelement_type*: std::experimental::observer_ptr<W>::operatorelement_type*

NAME

std::experimental::observer_ptr<W>::operatorelement_type* - std::experimental::observer_ptr<W>::operatorelement_type*

Synopsis


constexpr explicit operator element_type*() const noexcept; (library fundamentals TS v2)


Provides an explicit conversion to the type of the stored pointer.

Parameters


(none)

Return value


A pointer to the watched object, i.e., get()

Example


 This section is incomplete
 Reason: no example

See also


    returns a pointer to the watched object
get (public member function)