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

Function toString

inst/include/Rcpp/exceptions.h:65–69  ·  view source on GitHub ↗

simple helper

Source from the content-addressed store, hash-verified

63
64 // simple helper
65 static std::string toString(const int i) { // #nocov start
66 std::ostringstream ostr;
67 ostr << i;
68 return ostr.str(); // #nocov end
69 }
70
71 class no_such_env : public std::exception {
72 public:

Callers 2

no_such_envMethod · 0.85
file_io_errorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected