tlx
|
Function class to compare value_type objects. Required by the STL. More...
#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... | |
Friends | |
class | BTree< key_type, value_type, key_of_value, key_compare, traits, allow_duplicates, allocator_type > |
Friendly to the btree class so it may call the constructor. More... | |
Function class to compare value_type objects. Required by the STL.
|
inlineexplicitprotected |
Constructor called from BTree::value_comp()
|
inline |
|
friend |
|
protected |