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

Function make_charsexp

inst/include/Rcpp/internal/wrap.h:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 9

StringMethod · 0.85
StringClass · 0.85
string_proxyClass · 0.85
setMethod · 0.85
primitive_wrap__implFunction · 0.85
rowmajor_wrap__dispatchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected