pars 0.2.1
Loading...
Searching...
No Matches
std::hash< value_t > Struct Template Reference

#include <hashable.h>

Public Types

using value_type = value_t
 

Public Member Functions

std::size_t operator() (const value_type &x) const
 

Detailed Description

template<hashable_c value_t>
struct std::hash< value_t >

Definition at line 43 of file hashable.h.

Member Typedef Documentation

◆ value_type

template<hashable_c value_t>
using std::hash< value_t >::value_type = value_t

Definition at line 45 of file hashable.h.

Member Function Documentation

◆ operator()()

template<hashable_c value_t>
std::size_t std::hash< value_t >::operator() ( const value_type & x) const
inline

Definition at line 47 of file hashable.h.

47{ return x.hash(); }

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