Previous fileTop of DocumentContentsIndex pageNext file
Apache C++ Standard Library User's Guide

36.1 Adding Data to a Stream

As we showed in previous sections, each stream object carries a number of data items: an error state, a format state, a locale, an exception mask, information about tied streams, and a stream buffer, to mention a few. Sometimes it is useful and necessary to store additional data in a stream object.



Previous fileTop of DocumentContentsIndex pageNext file