libstdc++
std::hash< unique_ptr< _Tp, _Dp > > Struct Template Reference

Inherits std::__hash_base< _Result, _Arg >, and std::__poison_hash< _Tp, typename >.

Public Types

typedef _Arg argument_type
 
typedef _Result result_type
 

Public Member Functions

size_t operator() (const unique_ptr< _Tp, _Dp > &__u) const noexcept
 

Static Private Attributes

static constexpr bool __enable_hash_call
 

Detailed Description

template<typename _Tp, typename _Dp>
struct std::hash< unique_ptr< _Tp, _Dp > >

std::hash specialization for unique_ptr.

Definition at line 793 of file unique_ptr.h.


The documentation for this struct was generated from the following file: