Ares
|
Default comparer for sets using the lower-than operator. More...
#include <src/Utilities/Helpers.Alex.h>
Public Member Functions | |
bool | operator() (const T &lhs, const T &rhs) const |
Default comparer for sets using the lower-than operator.
bool Helpers::Alex::StrictWeakComparer< T, Enable >::operator() | ( | const T & | lhs, |
const T & | rhs | ||
) | const [inline] |
{
return lhs < rhs;
}