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

Function char_get_string_elt

inst/include/Rcpp/routines.h:216–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216inline attribute_hidden const char* char_get_string_elt(SEXP s, R_xlen_t i){
217 typedef const char* (*Fun)(SEXP, R_xlen_t);
218 static Fun fun = GET_CALLABLE("char_get_string_elt");
219 return fun(s, i);
220}
221
222inline attribute_hidden void set_string_elt(SEXP s, R_xlen_t i, SEXP v){
223 typedef void (*Fun)(SEXP, R_xlen_t, SEXP);

Callers 1

as_string_elt__implFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected