std::experimental::observer_ptr<W>::operator element_type*
Min standard notice:
Provides an explicit conversion to the type of the stored pointer.
# Declarations
constexpr explicit operator element_type*() const noexcept;
(library fundamentals TS v2)
# Return value
A pointer to the watched object, i.e., get().
# Example
This section is incompleteReason: no example