DataStream::data

data overloads

Synopses

Declared in <streams.h>

Return a pointer to the first unread element.

value_type*
data();
» more...

Return a const pointer to the first unread element.

value_type const*
data() const;
» more...

Return Value

  • A pointer to the first unread element.
  • A const pointer to the first unread element.