Return 0 unconditionally.

Synopsis

Declared in <bdlbb_blobstreambuf.h>

virtual
std::streamsize
xsgetn(
    char_type* destination,
    std::streamsize numChars) override;

Return Value

0

Parameters

Name

Description

destination

buffer that would receive characters (ignored)

numChars

number of characters that would be read (ignored)

Created with MrDocs