| souffle
    2.0.2-371-g6315b36
    | 
A generic comparator implementation as it is used by a b-tree based on types that can be less-than and equality comparable. More...
#include <BTree.h>

| Public Member Functions | |
| bool | equal (const T &a, const T &b) const | 
| bool | less (const T &a, const T &b) const | 
| int | operator() (const T &a, const T &b) const | 
| Compares the values of a and b and returns -1 if a<b, 1 if a>b and 0 otherwise.  More... | |
A generic comparator implementation as it is used by a b-tree based on types that can be less-than and equality comparable.
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
 1.8.17
 1.8.17