FACT++  1.0
bool Huffman::TreeNode::operator() ( const TreeNode hn1,
const TreeNode hn2 
) const
inline

Definition at line 67 of file huffman.h.

References count.

68  {
69  return hn1->count < hn2->count;
70  }