Table of Contents
Previous Section Next Section

setstate

#include <iostream>void setstate(iostate flags) const;

The setstate( ) function is a member of ios.

The setstate( ) function sets the status of the associated stream as described by flags. See rdstate( ) for further details.

Related functions are clear( ) and rdstate( ).


Table of Contents
Previous Section Next Section