ircproxy  The Ultimate Cyborg

IRC_less Struct Reference

#include <IRC_compare.h>

List of all members.


Detailed Description

Functor to compare strings with IRCStringCompare.

Definition at line 99 of file IRC_compare.h.


Public Member Functions

bool operator() (std::string const &s1, std::string const &s2) const
 Functor implementation.

Member Function Documentation

bool IRC_less::operator() ( std::string const &  s1,
std::string const &  s2 
) const [inline]

Functor implementation.

Definition at line 101 of file IRC_compare.h.

References IRCStringCompare().

00101 { return IRCStringCompare(s1, s2) < 0; }


The documentation for this struct was generated from the following file:

Copyright © 2005-2007 Carlo Wood.  All rights reserved.