Return 0 unconditionally.
Synopsis
Declared in <bdlbb_blobstreambuf.h>
virtual
std::streamsize
xsputn(
char_type const* source,
std::streamsize numChars) override;
Return Value
0
Parameters
Name |
Description |
source |
buffer of characters that would be written (ignored) |
numChars |
number of characters that would be written (ignored) |
Created with MrDocs