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

Method SelfInserter

inst/include/Rcpp/sugar/functions/self_match.h:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30class SelfInserter {
31public:
32 SelfInserter( HASH& hash_ ) : hash(hash_), index(0) {}
33
34 inline R_xlen_t operator()( STORAGE value ){
35 typename HASH::iterator it = hash.find( value ) ;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected