Thrill
0.1
|
Function class to compare value_type objects. Required by the STL.
#include <btree.hpp>
Public Member Functions | |
bool | operator() (const value_type &x, const value_type &y) const |
Function call "less"-operator resulting in true if x < y. More... | |
Protected Member Functions | |
value_compare (key_compare kc) | |
Constructor called from BTree::value_comp() More... | |
Protected Attributes | |
key_compare | key_comp |
Key comparison function from the template parameter. More... | |
|
inlineexplicitprotected |
Constructor called from BTree::value_comp()
|
inline |
|
protected |