rippled
Public Types | Public Member Functions | List of all members
beast::uhash< Hasher > Struct Template Reference

Public Types

using result_type = typename Hasher::result_type
 

Public Member Functions

 uhash ()=default
 
template<class T >
result_type operator() (T const &t) const noexcept
 

Detailed Description

template<class Hasher = xxhasher>
struct beast::uhash< Hasher >

Definition at line 31 of file uhash.h.

Member Typedef Documentation

◆ result_type

template<class Hasher = xxhasher>
using beast::uhash< Hasher >::result_type = typename Hasher::result_type

Definition at line 35 of file uhash.h.

Constructor & Destructor Documentation

◆ uhash()

template<class Hasher = xxhasher>
beast::uhash< Hasher >::uhash ( )
explicitdefault

Member Function Documentation

◆ operator()()

template<class Hasher = xxhasher>
template<class T >
result_type beast::uhash< Hasher >::operator() ( T const &  t) const
noexcept

Definition at line 39 of file uhash.h.