DataStream::begin

begin overloads

Synopses

Declared in <streams.h>

Return a const iterator to the first unread element.

const_iterator
begin() const;
» more...

Return an iterator to the first unread element.

iterator
begin();
» more...

Return Value

  • A const iterator to the first unread element.
  • An iterator to the first unread element.