xlnt
|
Functor for hashing a column. Allows for use of std::unordered_set<column_t, column_hash> and similar. More...
#include <index_types.hpp>
Public Member Functions | |
std::size_t | operator() (const column_t &k) const |
Returns the result of hashing column k. More... | |
Functor for hashing a column. Allows for use of std::unordered_set<column_t, column_hash> and similar.
std::size_t xlnt::column_hash::operator() | ( | const column_t & | k | ) | const |
Returns the result of hashing column k.