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

Method import

inst/include/Rcpp/vector/Vector.h:437–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435
436 template <typename InputIterator>
437 static Vector import( InputIterator first, InputIterator last){
438 Vector v ;
439 v.assign( first , last ) ;
440 return v ;
441 }
442
443 template <typename InputIterator, typename F>
444 static Vector import_transform( InputIterator first, InputIterator last, F f){

Callers 1

Proxy_IteratorClass · 0.45

Calls 1

assignMethod · 0.45

Tested by

no test coverage detected