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

Method CountInserter

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

Source from the content-addressed store, hash-verified

28class CountInserter {
29public:
30 CountInserter( HASH& hash_ ) : hash(hash_) {}
31
32 inline void operator()( STORAGE value ){
33 hash[value]++ ;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected