template<class Weight, class IntType>
class fst::LatticeDeterminizerPruned< Weight, IntType >::SubsetKey
Definition at line 436 of file determinize-lattice-pruned.cc.
◆ operator()()
Definition at line 438 of file determinize-lattice-pruned.cc.
439 size_t hash = 0, factor = 1;
440 for (
typename vector<Element>::const_iterator iter= subset->begin(); iter != subset->end(); ++iter) {
442 hash += iter->state +
reinterpret_cast<size_t>(iter->string);
The documentation for this class was generated from the following file: