kblib 0.2.3
General utilities library for modern C++
kblib::FNV_hash< unsigned char, HashInt, void > Struct Template Reference

Hasher for unsigned char. More...

#include <kblib/hash.h>

Public Member Functions

constexpr auto operator() (unsigned char key, HashInt offset=fnv::fnv_offset< HashInt >::value) const noexcept -> HashInt
 

Detailed Description

template<typename HashInt>
struct kblib::FNV_hash< unsigned char, HashInt, void >

Hasher for unsigned char.

Definition at line 403 of file hash.h.

Member Function Documentation

◆ operator()()

template<typename HashInt >
constexpr auto kblib::FNV_hash< unsigned char, HashInt, void >::operator() ( unsigned char  key,
HashInt  offset = fnv::fnv_offset<HashInt>::value 
) const -> HashInt
inlineconstexprnoexcept

Definition at line 404 of file hash.h.


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