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

Method apply

inst/include/Rcpp/vector/string_proxy.h:181–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179
180 template <typename OutputIterator, typename UnaryOperator>
181 void apply( OutputIterator target, UnaryOperator op){
182 std::transform( begin(), end(), target, op ) ;
183 }
184
185 template <typename UnaryOperator>
186 void apply( UnaryOperator op){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected