std::experimental::observer_ptr::operator element_type*

From cppreference.com
constexpr explicit operator element_type*() const;
(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()

Exceptions

noexcept specification:  
noexcept
  

Example

See also

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