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

Function range_wrap

inst/include/Rcpp/internal/wrap.h:434–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432 */
433 template <typename InputIterator>
434 inline SEXP range_wrap(InputIterator first, InputIterator last) {
435 return range_wrap_dispatch<InputIterator,typename traits::remove_reference<typename std::iterator_traits<InputIterator>::value_type>::type >(first, last);
436 }
437 // }}}
438
439 // {{{ primitive wrap (wrapping a single primitive value)

Callers 2

wrapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected