|
kblib 0.2.3
General utilities library for modern C++
|
#include "kblib/hash.h"#include "catch/catch.hpp"#include <deque>#include <map>#include <set>#include <unordered_map>
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)") | |