RandomAccessTableReaderSortedArchiveImpl< Holder >::PairCompare Struct Reference

Public Member Functions

bool operator() (const std::pair< std::string, Holder *> &pr1, const std::pair< std::string, Holder *> &pr2)
 

Detailed Description

template<class Holder>
struct kaldi::RandomAccessTableReaderSortedArchiveImpl< Holder >::PairCompare

Definition at line 2335 of file kaldi-table-inl.h.

Member Function Documentation

◆ operator()()

bool operator() ( const std::pair< std::string, Holder *> &  pr1,
const std::pair< std::string, Holder *> &  pr2 
)
inline

Definition at line 2338 of file kaldi-table-inl.h.

2339  {
2340  return (pr1.first.compare(pr2.first) < 0);
2341  }

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