다음을 통해 공유


istrstream::rdbuf

Returns a pointer to the stream's associated strstreambuf object.

strstreambuf *rdbuf( ) const

반환 값

A pointer to the stream's associated strstreambuf object.

설명

The member function returns the address of the stored stream buffer, of type pointer to strstreambuf.

예제

See strstreambuf::pcount for a sample that uses rdbuf.

요구 사항

Header: <strstream>

네임스페이스: std

참고 항목

참조

istrstream 클래스

iostream 프로그래밍

iostreams 규칙