Home | Libraries | People | FAQ | More |
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> : public std::binary_function< Left, Right, void > { // public member functions void operator()(Left &, Right &) const; };