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 header_plus_priority_size

boost::intrusive::treap::node_plus_pred_t::header_plus_priority_size

Synopsis

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



struct header_plus_priority_size {
  // construct/copy/destruct
  header_plus_priority_size(const priority_compare &);
  header_plus_size header_plus_size_;
};

Description

header_plus_priority_size public construct/copy/destruct

  1. header_plus_priority_size(const priority_compare & p_comp);

PrevUpHomeNext