MCPcopy 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

isNULLFunction · 0.80
from_listMethod · 0.80
push_backMethod · 0.80
insertMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected