MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / as_string_elt

Function as_string_elt

inst/include/Rcpp/internal/export.h:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected