boost::intrusive::avltree_algorithms::avltree_erase_fixup
// In header: <boost/intrusive/avltree_algorithms.hpp> struct avltree_erase_fixup { // public member functions void operator()(node_ptr, node_ptr); };
avltree_erase_fixup
void operator()(node_ptr to_erase, node_ptr successor);