| 38 | |
| 39 | template <typename T> |
| 40 | const std::basic_string< typename Rcpp::traits::char_type<T>::type > |
| 41 | as_string_elt( SEXP x, R_xlen_t i ){ |
| 42 | return as_string_elt__impl<T>( x, i, typename Rcpp::traits::is_wide_string<T>::type() ) ; |
| 43 | } |
| 44 | |
| 45 | /* iterating */ |
| 46 |
nothing calls this directly
no outgoing calls
no test coverage detected