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 node_plus_pred_t

boost::intrusive::splaytree::node_plus_pred_t

Synopsis

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



struct node_plus_pred_t {
  // construct/copy/destruct
  node_plus_pred_t(const value_compare &);
  header_plus_size header_plus_size_;
};

Description

node_plus_pred_t public construct/copy/destruct

  1. node_plus_pred_t(const value_compare & comp);

PrevUpHomeNext