#include <value.hpp>
Public Member Functions | |
template<typename T , typename U > | |
bool | operator() (const T &, const U &) const |
template<typename T > | |
bool | operator() (T lhs, T rhs) const |
bool | operator() (int lhs, double rhs) const |
bool | operator() (double lhs, int rhs) const |
bool | operator() (UnicodeString const &lhs, UnicodeString const &rhs) const |
bool | operator() (value_null, value_null) const |
bool mapnik::impl::less_than::operator() | ( | value_null | , | |
value_null | ||||
) | const [inline] |
bool mapnik::impl::less_than::operator() | ( | UnicodeString const & | lhs, | |
UnicodeString const & | rhs | |||
) | const [inline] |
bool mapnik::impl::less_than::operator() | ( | double | lhs, | |
int | rhs | |||
) | const [inline] |
bool mapnik::impl::less_than::operator() | ( | int | lhs, | |
double | rhs | |||
) | const [inline] |
bool mapnik::impl::less_than::operator() | ( | T | lhs, | |
T | rhs | |||
) | const [inline] |
bool mapnik::impl::less_than::operator() | ( | const T & | , | |
const U & | ||||
) | const [inline] |