|
template<int RTYPE, bool NA, typename T , typename U > |
traits::enable_if< traits::is_convertible< typename traits::remove_const_and_reference< U >::type, typename traits::storage_type< RTYPE >::type >::value, sugar::Divides_Vector_Primitive< RTYPE, NA, T > >::type | Rcpp::operator/ (const VectorBase< RTYPE, NA, T > &lhs, const U &rhs) |
|
template<int RTYPE, bool NA, typename T , typename U > |
traits::enable_if< traits::is_convertible< typename traits::remove_const_and_reference< U >::type, typename traits::storage_type< RTYPE >::type >::value, sugar::Divides_Primitive_Vector< RTYPE, NA, T > >::type | Rcpp::operator/ (const U &lhs, const VectorBase< RTYPE, NA, T > &rhs) |
|
template<int RTYPE, bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T > |
sugar::Divides_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T > | Rcpp::operator/ (const VectorBase< RTYPE, LHS_NA, LHS_T > &lhs, const VectorBase< RTYPE, RHS_NA, RHS_T > &rhs) |
|