ConstArpaLmBuilder::WordsAndLmStatePairLessThan Struct Reference

Public Member Functions

bool operator() (const std::pair< std::vector< int32 > *, LmState *> &lhs, const std::pair< std::vector< int32 > *, LmState *> &rhs) const
 

Detailed Description

Definition at line 221 of file const-arpa-lm.cc.

Member Function Documentation

◆ operator()()

bool operator() ( const std::pair< std::vector< int32 > *, LmState *> &  lhs,
const std::pair< std::vector< int32 > *, LmState *> &  rhs 
) const
inline

Definition at line 222 of file const-arpa-lm.cc.

224  {
225  return *(lhs.first) < *(rhs.first);
226  }

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