Structure to store a key-rid pair. It is used to pass the pair to functions that add to or make changes to the leaf node pages of the tree. Is templated for the key member. More...
#include <btree.h>
Public Member Functions | |
void | set (RecordId r, T k) |
Public Attributes | |
RecordId | rid |
T | key |
Structure to store a key-rid pair. It is used to pass the pair to functions that add to or make changes to the leaf node pages of the tree. Is templated for the key member.