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

Function make_charsexp__impl

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

Source from the content-addressed store, hash-verified

74
75 template <typename T>
76 inline SEXP make_charsexp__impl(const T& s, Rcpp::traits::true_type) {
77 return make_charsexp__impl__wstring(s);
78 }
79
80 template <typename T>
81 inline SEXP make_charsexp__impl(const T& s, Rcpp::traits::false_type) {

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected