Return a pointer to the character buffer of this string.

Synopses

Declared in <bslstl_string.h>

Return a pointer to the character buffer of this string.

CHAR_TYPE*
data() noexcept;

Return a pointer to the character buffer of this string.

CHAR_TYPE const*
data() const noexcept;

Return Value

pointer to the character buffer of this string

Created with MrDocs