Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
in
Function · 0.45
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected