MCPcopy 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

25public:
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

sizeMethod · 0.45

Tested by

no test coverage detected