| 596 | |
| 597 | template <typename T> |
| 598 | inline SEXP wrap_dispatch_matrix_not_logical(const T& object, ::Rcpp::traits::r_type_primitive_tag) { |
| 599 | return wrap_dispatch_matrix_primitive<T, typename T::stored_type>(object); |
| 600 | } |
| 601 | |
| 602 | template <typename T> |
| 603 | inline SEXP wrap_dispatch_matrix_not_logical(const T& object, ::Rcpp::traits::r_type_string_tag) { |
nothing calls this directly
no test coverage detected