Public Methods | |
| bool | operator() (const KeyMutableShell< T > &a, const KeyMutableShell< T > &b) const |
|
||||||||||||||||
|
00016 {
00017 return (a->getCollideKey()<b->getCollideKey());
00018 }
|
1.2.15