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

Hasher for bool. More...

#include <kblib/hash.h>

Public Member Functions

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

Detailed Description

template<typename HashInt>
struct kblib::FNV_hash< bool, HashInt, void >

Hasher for bool.

Definition at line 360 of file hash.h.

Member Function Documentation

◆ operator()()

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

Definition at line 361 of file hash.h.


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