Return the address of the contiguous, non‐modifiable external memory buffer of this stream. The behavior of accessing elements outside the range [ data() .. data() + (length() ‐ 1) ] is undefined.

Synopsis

Declared in <bslx_testinstream.h>

char const*
data() const;

Created with MrDocs