Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ InSet
Method
InSet
inst/include/Rcpp/sugar/functions/unique.h:33–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
32
public:
33
InSet( const HASH& hash_ ) : hash(hash_){}
34
35
inline int operator()(STORAGE value){
36
return hash.contains(value) ;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected