#include <btree.h>
Public Member Functions | |
bool | operator() (const value_type &x, const value_type &y) const |
Function call "less"-operator resulting in true if x < y. | |
Protected Member Functions | |
value_compare (key_compare kc) | |
Constructor called from btree::value_comp(). | |
Protected Attributes | |
key_compare | key_comp |
Key comparison function from the template parameter. | |
Friends | |
class | btree< key_type, data_type, value_type, key_compare, traits, allow_duplicates > |
Friendly to the btree class so it may call the constructor. |
Definition at line 1295 of file btree.h.
stx::btree< _Key, _Data, _Value, _Compare, _Traits, _Duplicates >::value_compare::value_compare | ( | key_compare | kc | ) | [inline, protected] |
bool stx::btree< _Key, _Data, _Value, _Compare, _Traits, _Duplicates >::value_compare::operator() | ( | const value_type & | x, | |
const value_type & | y | |||
) | const [inline] |
Function call "less"-operator resulting in true if x < y.
Definition at line 1311 of file btree.h.
References stx::btree< _Key, _Data, _Value, _Compare, _Traits, _Duplicates >::value_compare::key_comp.
friend class btree< key_type, data_type, value_type, key_compare, traits, allow_duplicates > [friend] |
key_compare stx::btree< _Key, _Data, _Value, _Compare, _Traits, _Duplicates >::value_compare::key_comp [protected] |
Key comparison function from the template parameter.
Definition at line 1299 of file btree.h.
Referenced by stx::btree< _Key, _Data, _Value, _Compare, _Traits, _Duplicates >::value_compare::operator()().