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

Function character_const_iterator2

inst/tinytest/cpp/Vector.cpp:599–602  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

597
598// [[Rcpp::export]]
599std::string character_const_iterator2( const CharacterVector letters ){
600 std::string res(std::accumulate(letters.begin(), letters.end(), std::string()));
601 return res ;
602}
603
604// [[Rcpp::export]]
605CharacterVector character_reverse( CharacterVector y ){

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected