BPHash
General object hashing library for C++
|
Files | |
file | All.hpp [code] |
A convenience header that includes all the types supported by bphash. | |
file | array.hpp [code] |
Hashing of std::array. | |
file | complex.hpp [code] |
Hashing of std::complex. | |
file | ContainerHelper.hpp [code] |
Helpers for hashing STL containers. | |
file | forward_list.hpp [code] |
Hashing of std::forward_list. | |
file | list.hpp [code] |
Hashing of std::list. | |
file | map.hpp [code] |
Hashing of std::map. | |
file | memory.hpp [code] |
Hashing of std::unique_ptr and std::shared_ptr. | |
file | set.hpp [code] |
Hashing of std::set. | |
file | string.hpp [code] |
Hashing of std::string. | |
file | tuple.hpp [code] |
Hashing of std::tuple. | |
file | unordered_map.hpp [code] |
Hashing of std::unordered_map. | |
file | unordered_set.hpp [code] |
Hashing of std::unordered_set. | |
file | utility.hpp [code] |
Hashing of std::pair. | |
file | vector.hpp [code] |
Hashing of std::vector. | |