InternalStringEqual< T > Struct Template Reference

template<class T>
struct awString::InternalStringEqual< T >

#include <awStringShared.h>

List of all members.

Public Member Functions

bool  operator() (const T &a, const T &b) const

Member Function Documentation

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;
        }