![]() |
AnCH Framework
0.1
Another C++ Hack Framework
|
Less comparator based on object address. More...
#include <lessPtrCompare.hpp>
Public Member Functions | |
bool | operator() (const T *const first, const T *const second) const |
Less comparator based on object address.
This class can be used to register objects in std::set or std::map.
|
inline |
Address comparison operator.
first | the first object instance |
second | the second object instance |
true
if first address is less than second, false
otherwise