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

Functor for hashing a cell reference. Allows for use of std::unordered_set<cell_reference, cel_reference_hash> and similar. More...

#include <cell_reference.hpp>

Public Member Functions

std::size_t operator() (const cell_reference &k) const
 Returns a hash representing a particular cell_reference. More...
 

Detailed Description

Functor for hashing a cell reference. Allows for use of std::unordered_set<cell_reference, cel_reference_hash> and similar.

Member Function Documentation

◆ operator()()

std::size_t xlnt::cell_reference_hash::operator() ( const cell_reference k) const

Returns a hash representing a particular cell_reference.


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