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

Sets the associated stream buffer to sb without clearing the error state.

# Declarations

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

(since C++11)

# Parameters

# Return value

(none)

# Example

This section is incompleteReason: no example

# See also