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