Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ isS4
Method
isS4
inst/include/Rcpp/proxy/RObjectMethods.h:39–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
inline bool isS4() const {
40
return Rf_isS4( static_cast<const Class&>(*this) ) ;
41
}
42
43
} ;
44
Callers
1
S4_methods
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected