libstdc++
|
Inherits std::__hash_base< _Result, _Arg >, and std::__poison_hash< _Tp, typename >.
Public Types | |
typedef _Result result_type | _GLIBCXX17_DEPRECATED |
typedef _Arg argument_type | _GLIBCXX17_DEPRECATED |
Public Member Functions | |
size_t | operator() (const unique_ptr< _Tp, _Dp > &__u) const noexcept |
Static Private Attributes | |
static constexpr bool | __enable_hash_call |
std::hash specialization for unique_ptr.
Definition at line 803 of file unique_ptr.h.