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

Class local_iterator

boost::intrusive::hashtable::local_iterator

Synopsis


class local_iterator {
public:
  // construct/copy/destruct
  local_iterator();
  local_iterator(siterator, const hashtable *);
};

Description

local_iterator public construct/copy/destruct

  1. local_iterator();
  2. local_iterator(siterator sit, const hashtable * cont);

PrevUpHomeNext