LmState::ChildrenVectorLessThan Struct Reference

Public Member Functions

bool operator() (const std::pair< int32, union ChildType > &lhs, const std::pair< int32, union ChildType > &rhs) const
 

Detailed Description

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

Member Function Documentation

◆ operator()()

bool operator() ( const std::pair< int32, union ChildType > &  lhs,
const std::pair< int32, union ChildType > &  rhs 
) const
inline

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

68  {
69  return lhs.first < rhs.first;
70  }

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