xrpld
Loading...
Searching...
No Matches
beast::Uhash< Hasher > Struct Template Reference

#include <uhash.h>

Public Types

using result_type = 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 10 of file uhash.h.

Member Typedef Documentation

◆ result_type

template<class Hasher = Xxhasher>
using beast::Uhash< Hasher >::result_type = Hasher::result_type

Definition at line 14 of file uhash.h.

Constructor & Destructor Documentation

◆ Uhash()

template<class Hasher = Xxhasher>
beast::Uhash< Hasher >::Uhash ( )
default

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 18 of file uhash.h.