Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ operator!
Method
operator!
inst/include/Rcpp/XPtr.h:139–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
return get() == NULL ? 0 : unspecified_bool_true;
138
}
139
bool operator!() const {
140
return get() == NULL;
141
}
142
143
/**
144
* Access underlying pointer throwing an exception if the ptr is NULL
Callers
nothing calls this directly
Calls
1
get
Function · 0.85
Tested by
no test coverage detected