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

Function grow__dispatch

inst/include/Rcpp/grow.h:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42 template <typename T>
43 inline SEXP grow__dispatch( ::Rcpp::traits::false_type, const T& head, SEXP tail ){
44 return grow( wrap(head), tail ) ;
45 }
46
47 template <typename T>
48 inline SEXP grow__dispatch( ::Rcpp::traits::true_type, const T& head, SEXP tail ){

Callers 1

growFunction · 0.85

Calls 2

growFunction · 0.85
wrapFunction · 0.50

Tested by

no test coverage detected