...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::intrusive::bucket_plus_vtraits::data_type
// In header: <boost/intrusive/hashtable.hpp> struct data_type : public ValueTraits, public BucketTraits { // construct/copy/destruct data_type(const ValueTraits &, const BucketTraits &); data_type(data_type &&); };