#include <MboStrHelper.h>
Public Member Functions | |
bool | operator() (const _Ty &lhs, const _Ty &rhs) const |
Definition at line 216 of file MboStrHelper.h.
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 }
Hosted on code.google.com | © Marcus Börger | Generated on Fri Jan 18 21:21:12 2008 for MBO-lib by ![]() |