Cambridge SMT System
ucam::util::HashFVec< VecT > Class Template Reference

#include <global_funcs.hpp>

Inherits unary_function< VecT, std::size_t >.

Public Member Functions

std::size_t operator() (VecT const &v) const
 Implements hash function. More...
 

Detailed Description

template<class VecT>
class ucam::util::HashFVec< VecT >

Functor implementing hash function for hashes with basic_string<uint> or vector<int>

Definition at line 206 of file global_funcs.hpp.

Member Function Documentation

template<class VecT >
std::size_t ucam::util::HashFVec< VecT >::operator() ( VecT const &  v) const
inline

Implements hash function.

Definition at line 209 of file global_funcs.hpp.


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