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

Method has_method

inst/include/Rcpp/module/class.h:300–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298 }
299
300 bool has_method( const std::string& m){
301 return vec_methods.find(m) != vec_methods.end() ;
302 }
303 bool has_property( const std::string& m){
304 return properties.find(m) != properties.end() ;
305 }

Callers 1

RCPP_FUN_2Function · 0.45

Calls 1

endMethod · 0.45

Tested by

no test coverage detected