#include <boost/qvm/v.hpp>
namespace boost
{
namespace qvm
{
//Only enabled if: is_v<A>::value
template <class A>
typename deduce_v<A>::type
operator/( A const & a, v_traits<A>::scalar_type s );
}
}
A vector that is the result of dividing the vector a by the scalar s.