utilmm::hash< Ty > Struct Template Reference
[Hash function based containers]

hash functor More...

#include <utilmm/hash/hash.hh>

List of all members.

Public Member Functions

size_t operator() (Ty const &arg) const
 hashing function


Detailed Description

template<typename Ty>
struct utilmm::hash< Ty >

hash functor

This class implements a functor to compute the hash value of an object.

Note:
Except for some basic types this class is not fully defined user may define a specialization of some of its function to use it properly. A short example is given in hash/hash.hh file documentation.
Parameters:
Ty the type of objects we want to hash
Author:
Frédéric Py <fpy@laas.fr>

Member Function Documentation

template<typename Ty>
size_t utilmm::hash< Ty >::operator() ( Ty const &  arg  )  const

hashing function

This function will compute the hash value of a given instance.

Parameters:
arg The instance we want to hash
Returns:
The hash value for arg


The documentation for this struct was generated from the following file:
Generated on Tue Feb 19 10:51:01 2008 for Util-- by doxygen 1.5.3
SourceForge.net Project Page