mbo::less_ic< _Ty > Struct Template Reference

#include <MboStrHelper.h>

Inheritance diagram for mbo::less_ic< _Ty >:

Inheritance graph
{std::less\<_Ty\>\n||}
[legend]
Collaboration diagram for mbo::less_ic< _Ty >:

Collaboration graph
{std::less\<_Ty\>\n||}
[legend]

List of all members.

Public Member Functions

bool operator() (const _Ty &lhs, const _Ty &rhs) const


Detailed Description

template<class _Ty>
struct mbo::less_ic< _Ty >

Definition at line 216 of file MboStrHelper.h.


Member Function Documentation

template<class _Ty>
bool mbo::less_ic< _Ty >::operator() ( const _Ty &  lhs,
const _Ty &  rhs 
) const [inline]

Definition at line 218 of file MboStrHelper.h.

References mbo::StrCompareIC().

00219     {
00220         return StrCompareIC(lhs, rhs) < 0;
00221     }

Here is the call graph for this function:

mbo::StrCompareIC


The documentation for this struct was generated from the following file:
  Hosted on code.google.com  
© Marcus Börger
Generated on Fri Jan 18 21:21:12 2008 for MBO-lib by doxygen 1.5.4