Namespaces
Variants

std::basic_osyncstream<CharT,Traits,Allocator>:: rdbuf

From cppreference.net
syncbuf_type * rdbuf ( ) const noexcept ;

기본 std:: basic_syncbuf 에 대한 포인터를 반환합니다.

매개변수

(없음)

예제

참고 항목

최종 대상 스트림 버퍼에 대한 포인터를 획득함
(public member function)
관련 스트림 버퍼를 관리함
( std::basic_ios<CharT,Traits> 의 public member function)