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 an older version of Boost and was released in 2024. The current version is 1.90.0.
boost::accumulators::impl::tail_impl::indirect_cmp
// In header: <boost/accumulators/statistics/tail.hpp> struct indirect_cmp { // types typedef std::size_t first_argument_type; typedef std::size_t second_argument_type; typedef bool result_type; // construct/copy/destruct indirect_cmp(std::vector< Sample > const &); // public member functions bool operator()(std::size_t, std::size_t) const; };