...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::node_functions
// In header: <boost/intrusive/hashtable.hpp> template<typename NodeTraits> struct node_functions { // public static functions static void store_hash(typename NodeTraits::node_ptr, std::size_t, unspecified); static void store_hash(typename NodeTraits::node_ptr, std::size_t, unspecified); };