| 84 | |
| 85 | template <typename T> |
| 86 | inline SEXP make_charsexp(const T& s) { |
| 87 | return make_charsexp__impl<T>(s, typename Rcpp::traits::is_wide_string<T>::type()); |
| 88 | } |
| 89 | template <> |
| 90 | inline SEXP make_charsexp<Rcpp::String>(const Rcpp::String&); |
| 91 |
no outgoing calls
no test coverage detected