![]() |
Home | Libraries | People | FAQ | More |
boost::numeric::functional::min_assign_base
template<typename Left, typename Right, typename EnableIf> struct min_assign_base : public std::binary_function< Left, Right, void > { // public member functions void operator()(Left &, Right &) const; };