std::hash(std::experimental::observer_ptr)

Header: <experimental/memory>

The template specialization of std::hash for std::experimental::observer_ptr allows users to obtain hashes of objects of type std::experimental::observer_ptr.

# Declarations

template< class T > struct hash<std::experimental::observer_ptr<T>>;

(library fundamentals TS v2)

# Example

This section is incompleteReason: no example

# See also