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

Function stdsetstring

inst/tinytest/cpp/RObject.cpp:124–130  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

122
123// [[Rcpp::export]]
124std::set<std::string> stdsetstring(){
125 std::set<std::string> ss ;
126 ss.insert( "foo" ) ;
127 ss.insert( "bar" ) ;
128 ss.insert( "foo" ) ;
129 return ss ;
130}
131
132// [[Rcpp::export]]
133std::vector<std::string> attributeNames(DataFrame x){

Callers

nothing calls this directly

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected