...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::numeric::functional::min_assign<Left, Right, std_vector_tag, std_vector_tag>
// In header: <boost/accumulators/numeric/functional/vector.hpp> template<typename Left, typename Right> struct min_assign<Left, Right, std_vector_tag, std_vector_tag> { // types typedef Left first_argument_type; typedef Right second_argument_type; typedef void result_type; // public member functions void operator()(Left &, Right &) const; };