xlnt
Public Member Functions | List of all members
xlnt::column_hash Struct Reference

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...
 

Detailed Description

Functor for hashing a column. Allows for use of std::unordered_set<column_t, column_hash> and similar.

Member Function Documentation

◆ operator()()

std::size_t xlnt::column_hash::operator() ( const column_t k) const

Returns the result of hashing column k.


The documentation for this struct was generated from the following file: