Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ asStdString
Function
asStdString
inst/tinytest/cpp/RObject.cpp:36–38 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
34
35
// [[Rcpp::export]]
36
std::string asStdString(std::string s){
37
return s+s ;
38
}
39
40
// [[Rcpp::export]]
41
Rbyte asRaw( Rbyte i ){
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected