mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Public Member Functions
std::hash< std::reference_wrapper< T > > Struct Template Reference

Convenience specialization to provide hashing of std::reference_wrapper by hashing the referenced object. More...

#include <hash.hpp>

Public Member Functions

std::size_t operator() (std::reference_wrapper< T > ref) const
 

Detailed Description

template<typename T>
struct std::hash< std::reference_wrapper< T > >

Convenience specialization to provide hashing of std::reference_wrapper by hashing the referenced object.

Definition at line 34 of file hash.hpp.

Member Function Documentation

◆ operator()()

template<typename T >
std::size_t std::hash< std::reference_wrapper< T > >::operator() ( std::reference_wrapper< T >  ref) const
inline

Definition at line 36 of file hash.hpp.


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