MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / contains

Method contains

inst/include/Rcpp/hash/IndexHash.h:102–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 inline bool contains(STORAGE val) const {
103 return get_index(val) != static_cast<uint32_t>(NA_INTEGER);
104 }
105
106 inline int size() const {
107 return size_ ;

Callers 1

operator()Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected