data overloads
data
Declared in <streams.h>
<streams.h>
Return a pointer to the first unread element.
value_type* data();
Return a const pointer to the first unread element.
value_type const* data() const;