计算指定参数的组件范围的商数。
template <
int _Rank,
template <int> class _Tuple_type
>
_Tuple_type<_Rank> operator/(
const _Tuple_type<_Rank>& _Lhs,
typename _Tuple_type<_Rank>::value_type _Rhs
) restrict(amp,cpu);
template <
int _Rank,
template <int> class _Tuple_type
>
_Tuple_type<_Rank> operator/(
typename _Tuple_type<_Rank>::value_type _Lhs,
const _Tuple_type<_Rank>& _Rhs
) restrict(amp,cpu);
参数
_Rank
元组参数的等级。_Lhs
要作为被除数的元组。_Rhs
要作为除数的元组。
返回值
指定参数的组件范围的商数。
要求
**标头:**amp.h
命名空间: 并发