DataStream::end

end overloads

Synopses

Declared in <streams.h>

Return a const iterator past the last element.

const_iterator
end() const;
» more...

Return an iterator past the last element.

iterator
end();
» more...

Return Value

  • A const iterator one past the last element.
  • An iterator one past the last element.