Return the address of the contiguous, non‐modifiable internal memory buffer of this stream. The address will remain valid as long as this array is not destroyed or modified (i.e., the current capacity is not exceeded). The behavior of accessing elements outside the range [ data() .. data() + (length() ‐ 1) ] is undefined.

Synopsis

Declared in <bslx_testoutstream.h>

char const*
data() const;

Created with MrDocs