Experimental Code
Code Written To Experiment With Various Techniques And Otherwise Not Very Useful...
|
Comparison of two pointers values using operator<. More...
#include <Predicates.h>
Public Member Functions | |
bool | operator() (const T *const a, const T *const b) |
Compare the values *a and *b using operator<. More... | |
Comparison of two pointers values using operator<.
This makes explicit comparison of two pointers of a single given type.
T | the type to compare as |
Definition at line 30 of file Predicates.h.
|
inline |
Compare the values *a and *b using operator<.
a | the value to compare to b |
b | the value to compare to a |
Definition at line 39 of file Predicates.h.