Files
scylladb/core
Nadav Har'El a9ef189a54 core: add support for enum types as hash-table keys
This patchs adds a header file, "core/enum.hh"; Code which includes
this header file will be able to use an enumerated type as the key in a
hash table.

The header file implements a hash function for *all* enumerated types,
by using the standard hash function of the underlying integer type.
2015-02-07 12:33:48 +02:00
..
2014-10-22 16:37:36 +03:00
2014-10-05 19:58:12 +03:00
2015-01-13 19:08:48 +02:00
2015-01-15 18:22:07 +02:00
2015-01-25 14:48:30 +02:00
2014-11-05 11:35:50 +02:00
2014-10-30 14:08:23 +02:00
2014-10-21 16:58:35 +02:00