Read captured output into the scratch buffer.

Synopsis

Declared in <bsls_outputredirector.h>

bool
load();

Description

Return true if all captured output was successfully loaded, and false otherwise. Note that captured output is allowed to have zero length. The behavior is undefined unless enable has been previously called successfully (after the latest call to disable, if disable has been called successfully).

Return Value

true if all captured output was loaded; false otherwise

Created with MrDocs