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

Hasher for signed char. More...

#include <kblib/hash.h>

Public Member Functions

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

Detailed Description

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

Hasher for signed char.

Definition at line 388 of file hash.h.

Member Function Documentation

◆ operator()()

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

Definition at line 389 of file hash.h.


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