![]() |
ProvSQL C/C++ API
Adding support for provenance and uncertainty management to PostgreSQL databases
|
std::hash specialisation for flat_map, enabling use as an unordered container key.
More...
#include "flat_map.hpp"
Public Member Functions | |
| size_t | operator() (const flat_map< K, V, Storage > &key) const |
Compute the hash of a flat_map by XOR-folding element hashes. | |
std::hash specialisation for flat_map, enabling use as an unordered container key.
Definition at line 224 of file flat_map.hpp.
|
inline |
Compute the hash of a flat_map by XOR-folding element hashes.
| key | The map to hash. |
Definition at line 230 of file flat_map.hpp.