Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
class CountInserter {
29
public:
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