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 to view this page for the latest version.
PrevUpHomeNext

Struct template bucket_traits

boost::intrusive::bucket_traits

Synopsis

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

template<typename BucketTraits> 
struct bucket_traits {
};

Description

This option setter specifies the bucket traits class for unordered associative containers. When this option is specified, instead of using the default bucket traits, a user defined holder will be defined


PrevUpHomeNext