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

Function stdsetdouble

inst/tinytest/cpp/RObject.cpp:106–112  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

104
105// [[Rcpp::export]]
106std::set<double> stdsetdouble(){
107 std::set<double> ds;
108 ds.insert( 0.0 );
109 ds.insert( 1.0 );
110 ds.insert( 0.0 );
111 return ds ;
112}
113
114// [[Rcpp::export]]
115std::set<Rbyte> stdsetraw(){

Callers

nothing calls this directly

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected