Base Framework
Public Member Functions | List of all members
Hash< TYPE > Class Template Reference

Hash function object. More...

#include <base/collection/Hash.h>

Public Member Functions

unsigned long operator() (const TYPE &value) noexcept
 

Detailed Description

template<class TYPE>
class Hash< TYPE >

Hash function object.

Hash operator.

See also
HashSet HashTable
Version
1.0

Member Function Documentation

◆ operator()()

template<class TYPE >
unsigned long Hash< TYPE >::operator() ( const TYPE &  value)
inlinenoexcept

Returns the hash value of the specified object.