ORIGINAL
Loading...
Searching...
No Matches
Classes | Namespaces
hash.h File Reference

Provides a generic hashing utility and interface for hashable types. More...

#include "config.h"
#include <cstring>
#include <string>
#include "types.h"
Include dependency graph for hash.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  original::hash< TYPE >
 Generic hash function object supporting multiple types. More...
 
class  original::hashable< DERIVED >
 Forward declaration of hashable interface template. More...
 
struct  std::hash< T >
 std::hash specialization for HashTraits types More...
 

Namespaces

namespace  original
 Main namespace for the project Original.
 

Detailed Description

Provides a generic hashing utility and interface for hashable types.

This header defines:

Features:

Note
All hash functions are noexcept and provide basic hash distribution