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

Function stdsetraw

inst/tinytest/cpp/RObject.cpp:115–121  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

113
114// [[Rcpp::export]]
115std::set<Rbyte> stdsetraw(){
116 std::set<Rbyte> bs ;
117 bs.insert( (Rbyte)0 ) ;
118 bs.insert( (Rbyte)1 ) ;
119 bs.insert( (Rbyte)0 ) ;
120 return bs ;
121}
122
123// [[Rcpp::export]]
124std::set<std::string> stdsetstring(){

Callers

nothing calls this directly

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected