Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ stdsetint
Function
stdsetint
inst/tinytest/cpp/RObject.cpp:97–103 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
95
96
// [[Rcpp::export]]
97
std::set<int> stdsetint(){
98
std::set<int> iv ;
99
iv.insert( 0 ) ;
100
iv.insert( 1 ) ;
101
iv.insert( 0 ) ;
102
return iv ;
103
}
104
105
// [[Rcpp::export]]
106
std::set<double> stdsetdouble(){
Callers
nothing calls this directly
Calls
1
insert
Method · 0.45
Tested by
no test coverage detected