Section

std::experimental::observer_ptr

std::experimental::observer_ptr is a non-owning pointer, or observer. The observer stores a pointer to a second object, known as the watched object. An observer_ptr may also have no watched object.

# Declarations

template< class W >
class observer_ptr;

(library fundamentals TS v2)

# Example

This section is incompleteReason: no example