std::hash(std::experimental::propagate_const)
Min standard notice:
Header: <experimental/propagate_const>
The template specialization of std::hash for std::experimental::propagate_const
# Declarations
template< class T > struct hash<std::experimental::propagate_const<T>>;
(library fundamentals TS v2)
# Example
This section is incompleteReason: no example