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

Function inherits_

inst/tinytest/cpp/RObject.cpp:161–163  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

159
160// [[Rcpp::export]]
161bool inherits_( RObject xx){
162 return xx.inherits( "foo" ) ;
163}
164

Callers

nothing calls this directly

Calls 1

inheritsMethod · 0.45

Tested by

no test coverage detected