basic_stringstream::rdbuf
Returns the address of the stored stream buffer of type pointer to basic_stringbuf<Elem, Tr, Alloc>.
basic_stringbuf<Elem, Tr, Alloc> *rdbuf( ) const;
반환 값
The address of the stored stream buffer of type pointer to basic_stringbuf<Elem, Tr, Alloc>.
예제
See basic_filebuf::close for an example that uses rdbuf.
요구 사항
Header: <sstream>
네임스페이스: std