R/streams.R

Defines functions raw_svector_ostream

Documented in raw_svector_ostream

setAs("raw_svector_ostream", "character",
       function(from) {
           .Call("R_raw_svector_ostream_as_character", from)
       })


raw_svector_ostream =
function(len = 1000L)
{
    .Call("R_raw_svector_ostream")
}
duncantl/Rllvm documentation built on April 23, 2024, 6:14 p.m.