libstdc++
std::hash< experimental::optional< _Tp > > Struct Template Reference

Public Types

using argument_type = experimental::optional< _Tp >
 
using result_type = size_t
 

Public Member Functions

size_t operator() (const experimental::optional< _Tp > &__t) const noexcept(noexcept(hash< _Tp > {}(*__t)))
 

Detailed Description

template<typename _Tp>
struct std::hash< experimental::optional< _Tp > >

std::hash partial specialization for experimental::optional

Definition at line 922 of file experimental/optional.


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