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 template get_uset_node_algo

boost::intrusive::get_uset_node_algo

Synopsis

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

template<typename VoidPointer, bool StoreHash, bool OptimizeMultiKey> 
struct get_uset_node_algo {
  // types
  typedef unspecified node_traits_type;
  typedef unspecified type;            
};

PrevUpHomeNext