Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ isNULL
Method
isNULL
inst/include/Rcpp/proxy/RObjectMethods.h:27–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
public:
26
27
inline bool isNULL() const{
28
return Rf_isNull( static_cast<const Class&>(*this) ) ;
29
}
30
31
inline int sexp_type() const {
32
return TYPEOF( static_cast<const Class&>(*this) ) ;
Callers
4
isNULL
Function · 0.80
from_list
Method · 0.80
push_back
Method · 0.80
insert
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected