stx-btree
stx-btree copied to clipboard
Function erase(iterator /* first */, iterator /* last */) interface has not been implemented
#ifdef BTREE_TODO /// Erase all key/data pairs in the range [first,last). This function is /// currently not implemented by the B+ Tree. void erase(iterator /* first /, iterator / last */) { abort(); } #endif