std::hash(std::experimental::observer_ptr)
Min standard notice:
Header: <experimental/memory>
The template specialization of std::hash for 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