Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ String>
Method
String>
inst/include/Rcpp/String.h:692–694 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
690
691
template <>
692
inline SEXP make_charsexp<Rcpp::String>(const Rcpp::String& s) {
693
return s.get_sexp();
694
}
695
696
template <int RTYPE, template <class> class StoragePolicy>
697
template <typename T>
Callers
nothing calls this directly
Calls
1
get_sexp
Method · 0.45
Tested by
no test coverage detected