ace::HashVector< _StType, _HashFunc >::items_sort Class Reference
Function object for less than comparison of two N-gram pointers which is based on frequencies of instances they point to.
More...
List of all members.
|
Public Member Functions |
| bool | operator() (_StType lhs, _StType rhs) const |
Detailed Description
template<class _StType, class _HashFunc>
class ace::HashVector< _StType, _HashFunc >::items_sort
Function object for less than comparison of two N-gram pointers which is based on frequencies of instances they point to.
Member Function Documentation
template<class _StType, class _HashFunc>
| bool ace::HashVector< _StType, _HashFunc >::items_sort::operator() |
( |
_StType |
lhs, |
|
|
_StType |
rhs | |
|
) |
| | const [inline] |
- Parameters:
-
| lhs | Left-hand argument (pointer). |
| rhs | Right-hand argument (pointer). |
- Returns:
- Bool, if instance left hand argument pointed to by ptr is equal to item pointed to by instance pointer.
The documentation for this class was generated from the following file: