libstdc++
std::hash< _Tp * > Struct Template Reference

#include <functional_hash.h>

Inherits std::__hash_base< _Result, _Arg >.

Public Types

typedef _Arg argument_type
 
typedef _Result result_type
 

Public Member Functions

size_t operator() (_Tp *__p) const noexcept
 

Detailed Description

template<typename _Tp>
struct std::hash< _Tp * >

Partial specializations for pointer types.

Definition at line 107 of file functional_hash.h.

Member Typedef Documentation

◆ argument_type

template<typename _Result , typename _Arg >
typedef _Arg std::__hash_base< _Result, _Arg >::argument_type
inherited

Definition at line 54 of file functional_hash.h.

◆ result_type

template<typename _Result , typename _Arg >
typedef _Result std::__hash_base< _Result, _Arg >::result_type
inherited

Definition at line 53 of file functional_hash.h.

Member Function Documentation

◆ operator()()

template<typename _Tp >
size_t std::hash< _Tp * >::operator() ( _Tp *  __p) const
inlinenoexcept

Definition at line 110 of file functional_hash.h.


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