#include <determinize-star-inl.h>
template<class Label, class StringId>
class fst::StringRepository< Label, StringId >::VectorKey
Definition at line 45 of file determinize-star-inl.h.
◆ operator()()
size_t operator() |
( |
const std::vector< Label > * |
vec | ) |
const |
|
inline |
Definition at line 47 of file determinize-star-inl.h.
49 size_t hash = 0, factor = 1;
50 for (
typename std::vector<Label>::const_iterator it = vec->begin();
51 it != vec->end(); it++) {
The documentation for this class was generated from the following file: