MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / operator()

Method operator()

inst/include/Rcpp/sugar/functions/setdiff.h:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34 template <typename T>
35 void operator()(T value){
36 set.erase( value );
37 }
38
39 private:
40 SET& set ;

Callers

nothing calls this directly

Calls 1

eraseMethod · 0.80

Tested by

no test coverage detected