OpenCBDC Transaction Processor
Loading...
Searching...
No Matches
cbdc::hashing::null Struct Reference

Uses the raw value of a provided hash as an STL data structure hash key. More...

#include <hashmap.hpp>

Public Member Functions

auto operator() (const hash_t &hash) const noexcept -> size_t
 

Detailed Description

Uses the raw value of a provided hash as an STL data structure hash key.

Warning
Only use with hashes generated by functions where the entropy source is sufficiently random to guarantee a low likelihood of collisions.

Definition at line 61 of file hashmap.hpp.

Member Function Documentation

◆ operator()()

auto cbdc::hashing::null::operator() ( const hash_t & hash) const -> size_t
noexcept

Definition at line 9 of file hashmap.cpp.


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