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

Method RemoveFromSet

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

Source from the content-addressed store, hash-verified

30 class RemoveFromSet {
31 public:
32 RemoveFromSet( SET& set_) : set(set_){}
33
34 template <typename T>
35 void operator()(T value){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected