| 741 | |
| 742 | template <typename T> |
| 743 | inline SEXP wrap_dispatch(const T& object, ::Rcpp::traits::wrap_type_primitive_tag) { |
| 744 | return primitive_wrap(object); |
| 745 | } |
| 746 | |
| 747 | template <typename T> |
| 748 | inline SEXP wrap_dispatch(const T& object, ::Rcpp::traits::wrap_type_char_array) { |
no test coverage detected