Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.
PrevUpHomeNext

Struct avltree_erase_fixup

boost::intrusive::avltree_algorithms::avltree_erase_fixup

Synopsis

// In header: <boost/intrusive/avltree_algorithms.hpp>



struct avltree_erase_fixup {

  // public member functions
  void operator()(node_ptr, node_ptr);
};

Description

avltree_erase_fixup public member functions

  1. void operator()(node_ptr to_erase, node_ptr successor);

PrevUpHomeNext