std::basic_ios<CharT,Traits>::init

Sets the associated stream buffer to sb and initializes the internal state.

# Declarations

protected:
void init( std::basic_streambuf<CharT,Traits>* sb );

# Parameters

# See also