std::basic_ios<CharT,Traits>::set_rdbuf
Min standard notice:
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
sb: stream buffer to associate to
# Return value
(none)
# Example
This section is incompleteReason: no example