lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
Public Member Functions
lean::functional::hash< Element > Struct Template Reference

Computes hash values from elements of the given type. More...

#include <hashing.h>

List of all members.

Public Member Functions

size_t operator() (const Element &element) const
 Computes a hash value for the given element.

Detailed Description

template<class Element>
struct lean::functional::hash< Element >

Computes hash values from elements of the given type.


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