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

Function wrap_dispatch_matrix_not_logical

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

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls 5

make_charsexpFunction · 0.85
wrapFunction · 0.70
objectClass · 0.50
nrowMethod · 0.45
ncolMethod · 0.45

Tested by

no test coverage detected