LatticeStringRepository< IntType >::EntryEqual Class Reference

Public Member Functions

bool operator() (const Entry *e1, const Entry *e2) const
 

Detailed Description

template<class IntType>
class fst::LatticeStringRepository< IntType >::EntryEqual

Definition at line 217 of file determinize-lattice-inl.h.

Member Function Documentation

◆ operator()()

bool operator() ( const Entry e1,
const Entry e2 
) const
inline

Definition at line 219 of file determinize-lattice-inl.h.

219  {
220  return (*e1 == *e2);
221  }

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