xlnt
Public Member Functions | List of all members
std::hash< xlnt::column_t > Struct Template Reference

Template specialization to allow xlnt::column_t to be used as a key in a std container. More...

#include <index_types.hpp>

Public Member Functions

size_t operator() (const xlnt::column_t &k) const
 Returns the result of hashing column k. More...
 

Detailed Description

template<>
struct std::hash< xlnt::column_t >

Template specialization to allow xlnt::column_t to be used as a key in a std container.

Member Function Documentation

◆ operator()()

size_t std::hash< xlnt::column_t >::operator() ( const xlnt::column_t k) const
inline

Returns the result of hashing column k.


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