Simple Application Framework  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
Saf::Algo::Hash< T > Struct Template Reference

Generic hash functor for basic data types. More...

#include <Hash.h>

Inheritance diagram for Saf::Algo::Hash< T >:
Saf::Algo::UnaryFunction< T, Size >

List of all members.

Public Member Functions

Size operator() (const T &val) const

Detailed Description

template<class T>
struct Saf::Algo::Hash< T >

Generic hash functor for basic data types.

For integral types returns the value itself.


Member Function Documentation

template<class T >
Size Saf::Algo::Hash< T >::operator() ( const T &  val) const

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