std::hash(std::experimental::propagate_const)

Header: <experimental/propagate_const>

The template specialization of std::hash for std::experimental::propagate_const allows users to obtain hashes of objects of type 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

# See also