| 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 |
nothing calls this directly
no test coverage detected