libmoost
moost::container::bit_filter_types::default_hash Struct Reference

#include <bit_filter.hpp>

List of all members.

Public Member Functions

template<typename itemT >
size_t operator() (itemT const &t) const

Detailed Description

Used as the default hash function when no other is provided. Basically does absolutely nothing and should be optimized away by the compiler.

Definition at line 47 of file bit_filter.hpp.


Member Function Documentation

template<typename itemT >
size_t moost::container::bit_filter_types::default_hash::operator() ( itemT const &  t) const [inline]

Definition at line 50 of file bit_filter.hpp.


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