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

Function character_iterator2

inst/tinytest/cpp/Vector.cpp:593–596  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

591
592// [[Rcpp::export]]
593std::string character_iterator2( CharacterVector letters ){
594 std::string res(std::accumulate(letters.begin(), letters.end(), std::string()));
595 return res ;
596}
597
598// [[Rcpp::export]]
599std::string character_const_iterator2( const CharacterVector letters ){

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected