#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 |
template<typename T> | |
bool | operator() (std::wstring const &lhs, std::wstring const &rhs) const |
bool mapnik::impl::less_or_equal::operator() | ( | std::wstring const & | lhs, | |
std::wstring const & | rhs | |||
) | const [inline] |
bool mapnik::impl::less_or_equal::operator() | ( | double | lhs, | |
int | rhs | |||
) | const [inline] |
bool mapnik::impl::less_or_equal::operator() | ( | int | lhs, | |
double | rhs | |||
) | const [inline] |
bool mapnik::impl::less_or_equal::operator() | ( | T | lhs, | |
T | rhs | |||
) | const [inline] |
bool mapnik::impl::less_or_equal::operator() | ( | const T & | , | |
const U & | ||||
) | const [inline] |