#include <awStringShared.h>
Public Member Functions |
|
| bool | operator() (const T &a, const T &b) const |
| bool operator() | ( | const T & | a, |
| const T & | b | ||
| ) | const [inline] |
{
// Its a value comparison for insertion/lookup in the hash table
return a.m_string == b.m_string;
}