kblib 0.2.3
General utilities library for modern C++
hash.cpp File Reference
#include "kblib/hash.h"
#include "catch.hpp"
#include <deque>
#include <map>
#include <set>
#include <unordered_map>
Include dependency graph for hash.cpp:

Go to the source code of this file.

Classes

struct  has_padding
 
struct  no_padding
 
struct  empty_t
 

Functions

 TEST_CASE ("FNV_hash")
 
 TEST_CASE ("FNV_hash (32 bit)")
 

Function Documentation

◆ TEST_CASE() [1/2]

TEST_CASE ( "FNV_hash (32 bit)"  )

Definition at line 111 of file hash.cpp.

◆ TEST_CASE() [2/2]

TEST_CASE ( "FNV_hash"  )

Definition at line 47 of file hash.cpp.