AlphabeticSort Struct Reference

#include <Id.h>

List of all members.

Public Member Functions

bool  operator() (const awSupport::Id &left, const awSupport::Id &right) const

Member Function Documentation

bool operator() ( const awSupport::Id left,
const awSupport::Id right 
) const [inline]
    {
        return left < right;
    }