Ice 3.7 C++98 API Reference
Loading...
Searching...
No Matches
Comparable.h File Reference
#include <functional>
Include dependency graph for Comparable.h:

Go to the source code of this file.

Namespaces

namespace  Ice

Functions

template<typename T, typename U>
bool Ice::targetEqualTo (const T &lhs, const U &rhs)
 Compares the contents of two smart pointers.
template<typename T, typename U>
bool Ice::targetGreater (const T &lhs, const U &rhs)
 Compares the contents of two smart pointers.
template<typename T, typename U>
bool Ice::targetGreaterEqual (const T &lhs, const U &rhs)
 Compares the contents of two smart pointers.
template<typename T, typename U>
bool Ice::targetLess (const T &lhs, const U &rhs)
 Compares the contents of two smart pointers.
template<typename T, typename U>
bool Ice::targetLessEqual (const T &lhs, const U &rhs)
 Compares the contents of two smart pointers.
template<typename T, typename U>
bool Ice::targetNotEqualTo (const T &lhs, const U &rhs)
 Compares the contents of two smart pointers.