MCPcopy Create free account
hub / github.com/comaps/comaps / xsputn

Method xsputn

libs/coding/reader_streambuf.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39std::streamsize WriterStreamBuf::xsputn(char_type const * s, std::streamsize n)
40{
41 m_writer.Write(s, n);
42 return n;
43}
44
45WriterStreamBuf::int_type WriterStreamBuf::overflow(int_type c)
46{

Callers

nothing calls this directly

Calls 1

WriteMethod · 0.45

Tested by

no test coverage detected