#include <boost/qvm/q.hpp>
namespace boost
{
namespace qvm
{
//Only enabled if:
// is_q<A>::value && is_q<B>::value
template <class A,class B>
A & operator-=( A & a, B const & b );
}
}
Subtracts the elements of b from the corresponding elements of a.
a.