Contains comparison functors for handles to objects. More...
#include "../defs.h"#include <functional>Go to the source code of this file.
Classes | |
| struct | EqualToByHandle< Handle > |
| Functor for equality comparison of objects by their handles. More... | |
| struct | NotEqualToByHandle< Handle > |
| Functor for inequality comparison of objects by their handles. More... | |
| struct | GreaterByHandle< Handle > |
| Functor for greater than comparison of objects by their handles. More... | |
| struct | LessByHandle< Handle > |
| Functor for less than comparison of objects by their handles. More... | |
| struct | GreaterEqualByHandle< Handle > |
| Functor for greater than or equal to comparison of objects by their handles. More... | |
| struct | LessEqualByHandle< Handle > |
| Functor for less than or equal to comparison of objects by their handles. More... | |
| struct | EqualToByHandleHandle< Handle > |
| Functor for equality comparison of objects by handles to their handles. More... | |
| struct | NotEqualToByHandleHandle< Handle > |
| Functor for inequality comparison of objects by handles to their handles. More... | |
| struct | GreaterByHandleHandle< Handle > |
| Functor for greater than comparison of objects by handles to their handles. More... | |
| struct | LessByHandleHandle< Handle > |
| Functor for less than comparison of objects by handles to their handles. More... | |
| struct | GreaterEqualByHandleHandle< Handle > |
| Functor for greater than or equal to comparison of objects by handles to their handles. More... | |
| struct | LessEqualByHandleHandle< Handle > |
| Functor for less than or equal to comparison of objects by handles to their handles. More... | |
Contains comparison functors for handles to objects.
1.6.3