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

Method Grabber

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

Source from the content-addressed store, hash-verified

41class Grabber{
42public:
43 Grabber( IntegerVector& res_, CharacterVector& names_ ) : res(res_), names(names_), index(0){}
44
45 template <typename T>
46 inline void operator()( T pair){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected