23 #ifndef Rcpp__traits__is_arithmetic__h
24 #define Rcpp__traits__is_arithmetic__h
68 #if defined(RCPP_HAS_LONG_LONG_TYPES)
74 struct is_arithmetic<const rcpp_long_long_type> :
public true_type { };
77 struct is_arithmetic<rcpp_ulong_long_type> :
public true_type { };
80 struct is_arithmetic<const rcpp_ulong_long_type> :
public true_type { };
integral_constant< bool, true > true_type