Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ StringConv
Method
StringConv
inst/tinytest/cpp/String.cpp:27–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
public:
26
typedef String result_type ;
27
StringConv( CharacterVector old_, CharacterVector new__):
28
nr(old_.size()), old(old_), new_(new__){}
29
30
String operator()(String text) const {
31
for( int i=0; i<nr; i++){
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected