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

Function range_wrap_dispatch___impl

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

Source from the content-addressed store, hash-verified

182 */
183 template <typename InputIterator, typename T>
184 inline SEXP range_wrap_dispatch___impl(InputIterator first, InputIterator last, ::Rcpp::traits::r_type_primitive_tag) {
185 return primitive_range_wrap__impl<InputIterator,T>(first, last, typename ::Rcpp::traits::r_sexptype_needscast<T>());
186 }
187
188 /**
189 * range based wrap implementation that deals with iterators over

Callers

nothing calls this directly

Calls 2

make_charsexpFunction · 0.85
wrapFunction · 0.70

Tested by

no test coverage detected