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

Method get

inst/include/Rcpp/sugar/functions/unique.h:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53
54 template <typename T>
55 LogicalVector get( const T& x) const {
56 return LogicalVector( x.begin(), x.end(), InSet<HASH>(hash) ) ;
57 }
58
59} ;
60

Callers 1

inFunction · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected