Home | Libraries | People | FAQ | More |
boost::numeric::functional::minus
// In header: <boost/accumulators/numeric/functional.hpp> template<typename Left, typename Right, typename LeftTag = typename tag<Left>::type, typename RightTag = typename tag<Right>::type> struct minus : public boost::numeric::functional::minus_base< Left, Right, void > { };