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

Function get_string_ptr

inst/include/Rcpp/routines.h:234–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234inline attribute_hidden SEXP* get_string_ptr(SEXP s){
235 typedef SEXP* (*Fun)(SEXP);
236 static Fun fun = GET_CALLABLE("get_string_ptr");
237 return fun(s);
238}
239
240inline attribute_hidden SEXP get_vector_elt(SEXP v, R_xlen_t i){
241 typedef SEXP (*Fun)(SEXP, R_xlen_t);

Callers 1

get_const_beginFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected