Set the input limit on the proxied stream to the specified limit. Note that this method, although a "setter", must be declared const.
Synopsis
Declared in <bslx_testinstream.h>
virtual
void
setInputLimit(int limit) const = 0;
Parameters
Name |
Description |
limit |
remaining input operations before an exception; negative disables exceptions |
Created with MrDocs