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

Method get

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

Source from the content-addressed store, hash-verified

142 }
143
144 Vector<RTYPE> get() const {
145 R_xlen_t n = result.size() ;
146 Vector<RTYPE> out = no_init(n) ;
147 std::copy( result.begin(), result.end(), out.begin() ) ;
148 return out ;
149 }
150
151 private:
152 typedef std::unordered_set<STORAGE> SET ;

Callers 4

setdiffFunction · 0.45
setequalFunction · 0.45
intersectFunction · 0.45
union_Function · 0.45

Calls 4

no_initFunction · 0.85
sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected