template<class Weight, class IntType>
class fst::LatticeDeterminizer< Weight, IntType >::SubsetKey
Definition at line 578 of file determinize-lattice-inl.h.
 
◆ operator()()
Definition at line 580 of file determinize-lattice-inl.h.
  581       size_t hash = 0, factor = 1;
   582       for (
typename std::vector<Element>::const_iterator iter= subset->begin(); iter != subset->end(); ++iter) {
   584         hash += iter->state + 
reinterpret_cast<size_t>(iter->string);
  
 
 
The documentation for this class was generated from the following file: