![]() |
![]() |
#include <RecordDetails.h>
Public Member Functions | |
bool | operator() (TypeHandler const *rh, TypeHandler const *lh) |
Definition at line 145 of file RecordDetails.h.
bool ora::CompareTypeHandler::operator() | ( | TypeHandler const * | rh, |
TypeHandler const * | lh | ||
) | [inline] |
Definition at line 146 of file RecordDetails.h.
References ora::TypeHandler::type.
{
return rh->type < lh->type;
}