std::basic_ios<CharT,Traits>::init
Min standard notice:
Sets the associated stream buffer to sb and initializes the internal state.
# Declarations
protected:
void init( std::basic_streambuf<CharT,Traits>* sb );
# Parameters
sb: stream buffer to associate to