...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::circular_list_algorithms::stable_partition_info
// In header: <boost/intrusive/circular_list_algorithms.hpp> struct stable_partition_info { // public data members std::size_t num_1st_partition; std::size_t num_2nd_partition; node_ptr beg_2st_partition; };