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

Method Rostream

inst/include/Rcpp/iostream/Rstreambuf.h:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 Buffer buf;
47 public:
48 Rostream() : std::ostream( &buf ) {}
49 };
50 // #nocov start
51 template <> inline std::streamsize Rstreambuf<true>::xsputn(const char *s, std::streamsize num) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected